I'm reposting this as a bug since currently when multiple windows are created, the zIndex never gets adjusted like in telerik.window.js hence it is impossible to have dynamically created windows without having to fix the zIndex manually for each new window. And once you adjust the zIndex on one window, it always stays on top. Original post with comments: http://kendo.uservoice.com/forums/127393-kendo-ui-beta-feedback/category/31821-bugs
A direct and simple way to build a tree from an Object : Work fine like that but a shorter way would be better a.k.a ~ $("#mytree").kendoTreeView({'ObjectSource':myObject) try this html to have a better idea of what i suggest. Thanks <body> <ul id="mytree"/> <script> $(document).ready(function() { var myObject = { "who" : [ "french", "man", "old geek", { "age": "49", "status" : "with a wonderful wife" } ], "living" : { "Europe" : { "France" : { "cities" : ["Paris","Bretagne"]}}}, "loving" : [{ "langages": ["KendoUI", "Node.js"]}, { "other" : "chocolate" }] }; var ObjToHtmlUlLi = function (obj) { var result = ""; if (obj instanceof Array) for (i in obj) result += "<li>" + ObjToHtmlUlLi(obj[i]) + "</li>"; else if (obj instanceof Object) for(i in obj) result += "<li>" + i + "<ul>"+ObjToHtmlUlLi(obj[i])+"</ul></li>"; else result += "<li>"+ obj + "</li>"; return result; }; $("#mytree").html(ObjToHtmlUlLi(myObject)); $("#mytree").kendoTreeView(); //=> somethins like $("#mytree").kendoTreeView({'jsonSource':myJsonObject) would be great }); </script> </body>
Would be nice to be able to define custom components and inject them into pre-built components. In general, it will be great be able to create simple UI components and aggregate them in a complex component. For example, create a custom details window and use it in a grid or in the scheduler or on a page.
Release a guide similar to the jQuery UI one which shows the best practices to develop our own "kendo ui conform" widgets and allow and document the code reuse - like globalization - from our own widgets.
Right now, editing in the grid seems to be on a per-cell basis. I would prefer a model where each row has an edit button, and when clicked, it would put the row into edit mode. A save / cancel button would then be available to validate and save or cancel the edit.
Also added to the file manager and editor will be perfect
I'd love to be able to do fractions in the NumericTextBox ...fractions are numbers too! ;)
Now that the Kindle Fire devices are flying off the virtual shelves, it would be cool to add Silk support for Kindle Fire devices. Not sure how you do that or if it's even possible... just putting it out there.
It would be nice if either through the framework or the individual widget config settings to be able to identify dependent widgets. For example chain combo boxes or drop downs based on selection (country -->states-->city). Probably auto complete, combos and dropdowns (and list widgets when we have them) would all be much improved with this feature. Thanks for considering....heck, thanks for asking!
One of the important features of any grid based pages is the ability to export the grid data in various formats. It's what is keeping me now from replacing all of the Datatables in my app with Kendo grids.The table Tools plugin for datatables is a great example, providing pdf, csv and excel exports all with aggregates, grouping and basic formatting options. I;m hoping the next release has at least csv and/excel exporting options. Please also consider a UI column show/hide feature, again, similar to datables plugins. I know the Kendo grid will eventually have all of this, but the sooner the better for those of us looking to move projects built with beta products (datatables) with more features to Kendo UI. Thanks!
Add a dropdown text value that can be turned on or off, like "Anytime" or "None Selected". Or even better allow the programmer to change this value. One example where it is needed: In an Air Search on a travel site, there is a time value that can be sent to the reservation systems for finding flights. It is not mandatory, but it does change the results provided if time is included. In the current implementation, there is no way for a user to not choose a value.
It would be nice to have an option to include a distinct list of a columns data appear in the column filter as in the silverlight grid example http://demos.telerik.com/silverlight/#GridView/FirstLook Again, as an option when configuring a grid on a column by column basis. Thanks!
Add support for multiple axis for charting.
The page can contain a text field that may have a different type depending on other conditions. It would be nice to remove widget and initialize another one on the same text field.
a grid with an editable column will show if there is no data in datasource.
is the kendo ui supported in tablet?
Or will I still need to use CkEditor?
Scrolling using the scroll bar works just fine. Firefox 9.0.1