The keyboard navigation does not work on grid. Please see the sample "Editing Custom Editor". In the previous version you can edit one cell, hit enter or tab key and then move to the next cell o using the arrow keys, move the next row. Thanks for creating this amazing tool.
I clicked Get Kendo UI button; it took 30 seconds to load a popup that asks for user/password and kept on saying "reading from ajax.microsoft.com" not sure why you're hitting that for.... well, then I chose the Register tab, it does nothing. I am using Latest Google Chrome. If your own UI is not working properly, how can you expect people to count on you for their UIs ?
1. Dynamic content issue: Click on a tab with AJAX content, and it loads slow, while it's loading click other tab with AJAX content. You will get 2 opened tabs with loaded content as 2 divs one under another. 2. When you put your tabStrip on very end of your html document and when you want to change its tab at 1st tabStrip toggles active one (that's why html doc shrinks) and shows new one. It's content is below and you have to scroll whole page to see it. You can investigate it even in your demos pages.
The vertical scrollbar is visible in Firefox but not Chrome, but only when using virtual scrolling. For Chrome users, it's impossible to see that there is more data available like this... See e.g. here: http://demos.kendoui.com/web/grid/virtualization-local-data.html
It would be nice to have a wrapper for RadChart to Kendo DataViz or extend RadChart to use SVG and VML to have animated charts like the ones on Kendo Dataviz
Add documentation for each significant versions. I should not need to always update to latest Kendo UI each time I need to fix or improve something on already shipped app. I know most things are backward compatible, but keep in mind that not every time we can afford the time to update it.
Currently if you append or insert to an object that uses a datasource (such as grid or treeview), none of the existing entires will have the template applied. This is a major problem and should be resolved ASAP.
Neither I nor anyone at my company can get it to work. We get a link in a email and the page fails to load at all. That means that I can't get a demo version of the project, I can't post in your forums, and I can't contact technical support. And you don't have a phone number on your site, so I can't contact you that way. If the only way of getting to you is via registration then you really need to make it work properly.
I'd like to be able to... - toggle columns on and offer - filter the content (eg, show only the rows where the Size column is "Medium") - re-arrange the columns into a different order - resize the width of columns
There should be an event on the validator to be notified when validation triggers.
I'd like to be able to have a very compact validation message - just the icon, and a TITLE that is visible when the user hovers over the ! icon.
Currently you cannot link from a view in Page1.html to a specific view in Page2.html. You must always load the first view of Page2 first.
I'd like to be able to catch more points during the databinding and rendering portions of a widget to allow for customization, such as modifying a row on a datagrid, or a render event that could kick off other work. The alternative could be a way to inherit from existing controls and the ability to stub in methods as needed.
Save the state in partial postback
Make the download more robust and simple
Hello, There are not many templates available for creating Mobile App using Kendo UI. Are there any plans on providing some templates like the one themeforest offfers? http://themeforest.net/item/touch-mobile-tablet-html5-template/full_screen_preview/1292977 Thanks,
it would be nice to be able to user-resize the columns with the mouse (like in jQuery-Grid Add-On).
It would be very useful feature to Enable / Disable Panelbar Item
I have a grid column being bound to an object. I would like to be able to filter this column on a sub-property of the object that it is bound to. In my example I have an object called Division, and I would like to be able to filter on Division.Name. Currently the filter controls all show up blank when used against an object-typed column.