[Edited] Create a schedule view widget in Kendo UI Web.
Tooltips which can be attached to elements to provide additional information on hover. Could either be taken from the title attribute, a string or a specified element. Can provide additional styling and interactions going beyond the current restrictions of browsers title hover.
Enhance the window functionality with minimise and maximise buttons. Something similar to the following site (which also has some other useful functionality.) http://jsbin.com/ajuwa/19
Add extensions for templating engines such as JADE, HAML, or JQuery Templates, so Kendo UI can be built from VIEW files in MVC frameworks such as Express or Kanso on NodeJS.
Hello. Congrats for this amazing framework to all webdev.. I was searching in the demo some features like forms (contact, validations fields, etc), but i cant see it. is there some forms html5 based to start with kendo ui ? thanks a lot!
Please provide first class Visual Studio IntelliSense support for easy development without the need of constantly looking up documentation or including "vsdoc" files like jQuery does.
Going through the demos I notice that if you drag some columns to the top to have the data grouped by that column and then click the X to remove the grouping the column headers do not line up with the column data.
For example, when the autocomplete list appears or disappears, the entire page flickers to black for an instant. This happens roughly 50% of the time for me. I disabled all my extensions and that didn't help.
It's always selecting the first item when the filter is set to "contains" Also, consider chaning the default filtering to "contains" like jQuery's AutoComplete UI control :) The others just don't work
Since we get no real intellisense with javascript, I would love it if you guys could work with the JustCode team to implement templates, or syntax checking, or KendoUI highlighting. The cross-promotion would help both teams sell product, no?
Addition of the Rich Editor similar to what is found in ASP MVC controls in Telerik
Thanks for sharing. The product team will be notified about your suggestion.
Hi; It would be great to show how Kendo can work with ASP.Net membership to take advantage of it at client side. Thanks! ..Ben
Add complex examples like the ones we find on http://dev.sencha.com/deploy/ext-4.0.0/examples/
ComboBox initialization $(document).ready(function(){ $("#combobox").kendComboBox(); }); is missing an o in kendo
I think there is a real need to try and get the ui feeling much more like a desktop app with regards to how data is added to a grid - I have always found the Telerik Ajax grid to be overly cumbersome for entering new rows of data. There needs to be a fluent approach to this where by tabbing through all of the columns in the last row in the grid it should add a new row that can quickly be updated again via tabbing - much like win form controls; the aim should be speed and ease of use.
Add better namespace support in the form of an include or using statement file for ease of code resuse. (Key word there is Ease) import Kendo.UI.widget; import Kendo.UI.validation; import MyAwesomeClass.THX.Teleric.ILUVU.BYEBYE; I'd sing your good deeds across the land if you did that.