InputScope
Has anybody an idea how to provide Inputscope functionality to AutoCompleteBox (to show for example only numeric keybord on mobile device)?
View ArticleIncorrect Values being Plotted
Hi Rick, I am not sure which is the DataFieldY of the series but if it is the ID field you should ensure to be of numeric type and not string. I note that because from one of the provided snapshots the...
View ArticleCould not load file or assembly 'Telerik.Web.UI, Version=2012.3.1016.40...
Hi,The following section of the documentation treats known reasons for this issue and how to fix them:...
View ArticleDecalaration file update required for append method
Hello, Thanks for the heads-up. I've updated the definitions and marked the second parameter as optional. The fix will be included in the next release. Regards, T. Tsonev Telerik by Progress Get...
View ArticleCustom PasteCleanup, Deserialization and Serialization callback usage
Hello, The issues regarding serialization and deserialization custom options have been logged internally and will be fixed for the next official release. For the pasteCleanup.custom I am logging it as...
View ArticleManually Updating Multiple Values
Hello Dani, I suppose that the issue you are experiencing is related to the way Aurelia integration (or your custom one) is implemented. I am afraid that we would not be able to provide much help here...
View ArticleUpdate Cell Contents with JavaScript
Hello Terry, You need to ensure that all changes to the dataSource are applied, before moving to the dirty flags, because on each change the Grid will be rendered again. Another thing to have in mind...
View ArticleValidating fields in a FormTemplate
Hello Michael, Yes, you are correct. If you want to prevent that, you should set ValidationGroup for the entire edit form controls, including the validation ones, similar to the attached web site...
View ArticleApply button in HSV and HSB modes
Hi Pat,Thank you for the additional information. In this case, you get the expected behavior, because you start from White. In the hue-brightness-saturation color space, this results in 100 (i.e., max)...
View Articletool bar location
Hello, The Kendo UI Editor does not support such functionality. However, you could achieve that using jQuery to change the elements position inside the DOM, here is a simple dojo example:...
View ArticleManually Updating Multiple Values
Hello Georgi, I finally could solve the issue by keeping a copy of current dirty cells before cell edition and then, once the the edition is finished restoring dirty cells. Anyway, I'd to know why,...
View ArticleCustom PointSeries
Hello Martin,I tried this code, in the <RadCartesianChart> block :<telerik:PointSeries> <telerik:PointSeries.PointTemplate> <DataTemplate>...
View ArticleIncorrect Values being Plotted
I changed this to ensure it is an int but it still does not workI have found a way to work around your bug in Javascript
View ArticleLosing date formating when loading grid options
Hello Jérémy, The provided code looks valid. I suspect that the row template has been added after you already had some saved Grid state in the localStorage. Try clearing the localStorage and test...
View ArticleElastic Capabilities for built in radalert
Hello,I would like to ask you, how to use em or % unity instead of px when calling radalert from client side. I follow code script from...
View ArticleFind TreeList fails
HiI have a working treelist on the page and need to add some functionality via buttons so when one is pressed some javascript attempts to find the treelist control using the standard $find(controlname)...
View ArticleElastic Capabilities for built in radalert
Hi Vasssek,The following KB explains how you can set a RadWindow's size in percent: http://www.telerik.com/support/kb/aspnet-ajax/window/details/setting-size-in-percent-for-the-radwindow. The...
View ArticleCan I handle parameter like the case insensitive string?
Hi, Thank you for the great question! So, at this case I need to handle parameter like the case insensitive string. Is it possible?Yes, you can get flexible with our matcher using the Arg.Matches...
View ArticleFind TreeList fails
Ignore me. Even though everything worked I had failed to notice that there had been a prior js error that seemed to have this knock on effect.
View ArticleAutocompletion behaves differently for a couple of clients.
Hello Telerik team, we are using the RadAutocompleteBox in our .aspx-page. In the Page_Load-function we are binding the data like this:protectedvoidPage_Load(objectsender, EventArgs e){ var siteUrl...
View Article