Spell check hander error: The length of the string exceeds the value set on...
Hello Duncan,This has not been implemented yet. I created the following page where you can track the progress of this item:...
View ArticleBind Multipleselection resourcetype to list in custom appointment
Hi Adnan,RadComboBox by design in its current implementation does not support multiple selection out of the box and because of that it does not provided SelectedItems that could be bound to a property...
View ArticleAsynchronous query
I know you can use Task.Run or Task.StartFactory but this has thread creation and management overhead; performance will be degraded as the number of threads increases.
View ArticleCan't clear filters clientside
Hello everyone, I have a small issue with clearin filter with my grid, the skin that I use is silk and has the EnableHeaderContextFilterMenu on "true". But when I want to use a different filter the...
View ArticleCan no longer set majorTickInterval on TKChartCategoryAxis
Hi! I updated TelerikUI in our iOS application today and now i'm getting a problem with TKChartCategoryAxis. Before we used the majorTickInterval property to set the number of ticks in our graph. Since...
View ArticleIs it possible to call one event of Kendo UI inside another event?
Can someone answer how to call databound event inside save event in Kendo UI? The requirement is to access the KendoGrid data dynamically (as and when it changes). (I tried using the change function,...
View ArticleuseNativeScrolling on particular view
Hello Robby, no; the only means to configure native scrolling is through the data attribute. Regards, Petyo Telerik Join us on our journey to create the world's most complete HTML 5 UI Framework -...
View ArticleBad Position of items
Hello Hector, Thank you for the links sent. I noticed the unexpected behavior of the RadComboBox. Could you please send us the custom CSS you are using for this page, so we will be able to troubleshoot...
View Article*rd.xml files in the library make the .Net Compiler fail the serialization step
Hi Sergio, Matt, Here is how it goes -- Sergio sent the complete project in a support ticket and the issue seems to be caused by a redundant line in the .csproj file, while Telerik assemblies and...
View ArticleRadGridView Printing Support (Without using Telerik Reporting) to Include...
Dear Hristo MerdjanovI solved my problemI downloaded the new version of Telerik with 2015.3.1104.40 version and the problem solvedbut in the new version there is another problem with column header...
View ArticleRadajaxmanager Not Updating LAbel
It's working postbacking every time. I don't need post back on each text change
View ArticleChanging image path through a Style Selector
Hi David, For achieving this, I suggest you using the built in GridViewImageColumn that RadGridView supports instead of GridViewDataColumn with a predefined template and CellStyleSelector. I have also...
View ArticleMaximize Button not honoring ElementVisibility.Collapse
Hi Alec, Thank you for your feedback. We will consider adding this to the documentation. Do not hesitate to contact us if you have other questions. Regards, Dimitar TelerikDo you want to have your...
View ArticleSet date via DOM which is not visible in UI
I have a date picker in the application which does not offer custom date insertion, but only navigation Previous/Next. In my test scenario I need to set exact date, because I will verify the...
View ArticleDisabled UseStaticHeader when Print
I tried to disable UseStaticHeader when Print a Grid this is my js function This works OK, but when I use StaticHeader not all data display. Please see attached image function Imprimir() {...
View ArticleBest place to override onDraw or Render for a column
Hello Scott, The "column.editor" is the only possible way for setting a custom editor for a column and detailed information on this matter could be found in our online...
View ArticleNeed Help with RadGrid EditItemTemplate
Sorry for the delay, I got pulled off onto another project. Thank you very much for this information it was very helpful and I have resolved my problem.
View Article*rd.xml files in the library make the .Net Compiler fail the serialization step
Hello Ves, Matthew,I fixed that unnecessary line (and the x86/ARM build architecture profile, I have no idea how that configuration line got messed up in the .csproj file) and I finally managed to...
View ArticleReading DateTime from SQLite stored as unixepoch integer
Hi Lars, unfortunately, there is no easy option at the moment. In principle it is possible to write a custom AdoTypeConverter that performs the needed steps, but this is certainly not trivial to do. We...
View Article