Cascading DropDownList not filtering
Using the HTML5 verison of Kendo UI in a grid. Many grid cells need a DropDownList, which I can populate with data no problem. I cannot however filter the second DropDownList based off the first one. I...
View ArticleHow to use an array of datasources?
Never mind ... the problem was unrelated to this, and I got it figured out.
View ArticleChart in Carousel/UIScrollView on iOS
I have a chart embedded in a carousel, and ultimately in a UIScrollView, inside the iOS renderer. Has anyone gotten this to work? It works fine in Android, but not iOS. It seems like the chart plot...
View ArticleChange back color of previously selected node
Hi!, I have 205 Version and not existe the event you post, ¿Do you know how to change backcolor selection in this version?
View ArticleIssue uploading .csv files using Edge
It appears to be because the file was downloaded via the browser and Windows had locked it.I had a text file that was also locked however and it worked in Edge and both worked in Chrome.This is most...
View ArticleWhere are these features?
The documentation at: http://docs.telerik.com/windows-universal/controls/radimageeditor/imageeditor-tools Makes mention of:<input:RadImageEditor>...
View ArticleManager.Desktop.KeyBoard.TypeText not inserting text
I had this same problem and in my case it turned out to be that by default unicode support is there. Setting the supportUnicode parameter to false for TypeText did the trick. I also added a number of...
View ArticleRadGrid Edit Form InPlace Textbox Width
Thanks a lot Elmar for your post. It saved me a lot of trouble.[quote]Elmar De Groot said:Not sure whether this is one of the solutions discussed in the video as I didn't take the time to watch the...
View ArticleCascading DropDownList not filtering
Figured the issue out. The grid had to be set as editable: "inline", rather than editable: true.Now the whole row is editable and the cascading elements work!
View ArticleThe query parameter '$count' is not supported.
So, I'm trying to see if OData will make the performance a little quicker. At first I had Odata v5 but, as far as I know, the Grid only works with v4 so I downgraded. Working with v4 reduced the number...
View ArticleWAI-ARIA: How can I assign access keys to PanelBar control?
Hi,I'm working on a legacy ASP.NET WebForms project and I am to add accessibility to the project.My predecessor already tried to add accessibility by manually assigning an access key to the AccessKey...
View ArticleTest clicks fixed header instead of element
When a page has a fixed header, the click element step does not work. The browser scrolls the element to the top of the viewport, behind the fixed header, and the mouse click occurs on an element in...
View ArticleOn adding new rows to the radgrid losing the data
My requirement is on pageload since I've nothing to bind to radgrid I need to just show the grid headers with "Add new row" button". 1. When the user click the "Add new row' button a new row is...
View ArticleWAI-ARIA: How can I assign access keys to PanelBar control?
(*aarrggh* ... I accidentally hit [Post] when attaching the images and don't seem to be able to edit my question now.)[...] The issue with his approach is that no outline appears when hitting one of...
View ArticleSet an initial filter in a grid
Adding .Filter(f => f.Add(p => p.WBS).StartsWith("BR549")) does indeed apply that filter to the grid right from the start.But after a user clears that programmed initial filter, it seems to...
View ArticleImmutable Elements not working as intended?
In the demo (http://demos.telerik.com/kendo-ui/editor/immutable-elements) or the preview in the api reference (http://docs.telerik.com/kendo-ui/api/javascript/ui/editor#configuration-immutables) the...
View ArticleRotator Reponsive design
Can you add buttons here just like in dell's website? -> http://www.dell.com/or other elements perhaps like list item which has datasource from database?
View ArticleRadRangeSlider SelectionChanged Event
Hello Josh, We do have "RangeSelectionChanged" event handlers feature request on the backlog for the RadRangeSlider. However, we cannot promise a specific time frame for it's implementation. If you'd...
View ArticleIs it possible to disable noDataTemplate
Recent Kendo update added noDataTemplate shows when there is no search result.Is there way that make it not display in default?
View ArticleHow to bind RadRotator to List
Hi Manu, Can you share your codes, my requirements is same like yours.Thanks in advance!
View Article