Loading pane on Material skin
Hello Jon, I noticed that a colleague of mine already answered to your question in the forum thread. please keep posting your further question there - in the new forum thread so that we can easily...
View ArticleProblem with pre-select values on PostBack
Hello Sebastien Veilleux, When same view is returned, the MVC wrapper will retrieve the values from the ModelState, because it needs to display the erroneous form state. In this case, the Value of the...
View ArticleEditor (angular) - text area not editable anymore
Hello and thanks for the quick response. What I found out so far, is that the editor works outside a form, inside a form, but not inside a tab inside a form. The symptoms are: the given value is not...
View ArticleRadScheduler and ViewState
Hello Jagat, The topic discussed in this thread is regarding our Classic controls, which are not longer supported. The link in question, showcases a demo, where biding to a Generic List approach is...
View ArticlePass additional parameters to Read ajax datasource method - MVC
Hello tam,I would recommend to debug the function and assure that the value of the input element is retrieved as expected. Regards, Dimiter Madjarov Telerik Join us on our journey to create the world's...
View ArticleCustomize GridView Paging panel
Hello , Thank you for writing back. In order to center the text of the PageNumberTextBox, you can use the following code...
View ArticleCheckListFilter
Hi, Regards you first question I am afraid we still don't have a solution for it but I will increase the priority of the item in our system. As to your second question I would suggest you to check my...
View ArticleRadHTMLChart
We are looking at replacing HighCharts and are using Telerik components in other areas.Due to the volume of data we only give HighCharts a subset of it. For instane if there are 50,000 points we...
View ArticleCrash on startup
Hello, Try to rename this folder C:\Users\<username>\AppData\<Roaming or Local>\JustDecompile to something else (for ex. JustDecompile-backup) and then try to start JustDecompile. This...
View ArticleMaskedTextBox - data-mask attribute not working correctly?
Hi Kevin, When declarative widget initialization is used, the Kendo UI library parses number-like options as numbers. As a result, the mask attribute is parsed to a single zero digit and cannot be...
View ArticleGloblization help
Globalization example in Kendo UI Web framework at following link http://demos.telerik.com/kendo-ui/globalization/index This example only changes control culture and changes values format. Any working...
View ArticleTest run unable to find drop down
Hi Tomer,I have a question here. Is there any other unique attribute to identify Button element (ex: Button Name).Generally Id is always dynamically created and so we cannot rely on that. If your...
View ArticleSuggestion for implementing Globalization right way
I'm new to Kendo UI.I'm looking for suggestion/help to implement Globalization support for my application Globalization example in Kendo UI Web framework at following link...
View ArticleIcons not vertically centred in buttons
Thank you Patrick for the reply.We were using an older DOCTYPE tag:- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">After...
View ArticleKendo UI Grid row hover highlight issue with locked columns
Hi,I'm having an issue with the row highlighting on hover when using locked columns. When hovering over a row in the unlocked section of the grid, only the unlocked columns get highlighted. When...
View ArticleRad Grid Batch Editing Validation not working
Hi, In order to change the edited cell background color you can modify the .rgBatchChanged class. For example.rgBatchChanged { background-color:red; } will change the...
View ArticleProperty Grid TextWrap
Hi Dess, Thanks for the reply. What I intend to do is wrap the value of the property. Please look at my screenshot attached. I am already decorating the object property's with the Description...
View ArticleGrid drop-down edit initial value (from row value)
Hello, I'm trying to get a grid with a column editing with a drop down list. I'm following this example, but although I get the values translated correctly and saved and loaded correctly, whenever I...
View ArticleAcessing TextBox (within GroupFooterTemplate) parent from codebehind
Hello Leonardo, This requirement can be achieved by using the ParentOfType extension method. Basically, it traverses the visual tree recursively searching for an object of given type. var grid =...
View ArticleMultiple Axes Charts
I don't see anyway to change axis visibility in runtime (perhaps someone from Telerik can chime in), and using setOptions causes the chart to redraw and the tooltip to go away. You could use...
View Article