Ability to take over the default sort and do a custom sort on the grid. This will be really helpful for formatted columns that requires a separate sort logic.
Ability to cancel default sort on the grid
Currently when using the Column Menu, there is no visual queue to indicate that the column has a filter applied to it.
On Kendo's grid Custom Command, there's a bug with "text" object of "command". The bug is we can't use space in the "text" object, not even %20. This is because the "text" object is appended on class attribute of the command button.
On Kendo's grid Custom Command, there's a bug with "text" object of "command". The bug is we can't use space in the "text" object, not even %20. This is because the "text" object is appended on class attribute of the command button.
DatePicker/TimePicker. Please consider adding an option to hide/show datepicker icon, and the another option to show the datepicker popup on field focus. Both of these options are available in the Telerik Asp.NET Mvc Ext
Provide graph control that could display relations between people, objects, etc.
You have this .k-state-disabled class in kendo.css but it's not used in scripts. That's why I forced to copy all .k-state-disabled class styles to new class like .k-button:disabled, .k-button:disabled:hover, .k-button:disabled:active { background-color: #E3E3E3; border-color: #C5C5C5; color: #9F9E9E; opacity: 0.7; cursor: default; outline: 0 none; } (this is my temporary solution)
While I think it is great you guys are doing support for Visual Studio where is the support for DreamWeaver? Is there anyone working on this? There is a jQuery Mobile set of tags in the "Insert" section of the IDE. It would be great if we had a set of tools for Kendo UI Web, Charting and Mobile.
Hi what is the latest on this please?
There is a error in the grid demo http://demos.kendoui.com/web/grid/index.html. This is in the Virtualization of local data section. The Error says "stop running this script? A script on this page is causing IE to run slowly. If it continues to run, your computer might become unresponsive."
I am put off using KendoUI because of the limiting nature of theming and styling the controls especially the sprites They don't scale well, can't be coloured and are hard to replace without lots of css editing.
I'm using kendo ui for mvc and a control that could be very useful is a captcha for form submission.For sure you can integrate it by using Google reCaptcha in a easy way not only for kendo ui for web but for mvc also.A good idea could be to integrate you own captcha control (for intranet environment, or private internet network ) because reCaptcha only work with a stable internet connection (Google Web Service).
With native IOS, Android programs we can put the field prompt (for example User or Password) as a string in the input field that goes away when data is entered and when the field is cleared shows up again. Is this possible to add?
It's obvious enough. I made normal size buttons with plus/minus functionality but there is no "minus" icon now.
I hate to create or have hardcoded ui in my view. Similiar with what Silverlight does with the dataform ,if i bind my form to a model for each property in my model Kendo could create the label and the right input field on the ui.
We just want to update/edit the Mysql data. Is there any possibilities to do this type of job in Kendo Editor. Please provide me suitable help on it.
In documentation and examples, its mentioned that Kendo UI Menu can be accessed on client using $("#menu").data("kendoMenu") , which doesn't work it's actually $("#menu").kendoMenu().data("kendoMenu");