Within the Grid you can currently either have single-row editing, or batch editing. However, batch editing does not necessarily show the end-user that the Grid is actually editable. In order to make the Grid more intuitive it would be great to have all cells display their edit template constantly to ensure that the client knows they can edit the component. Additionally, sometimes a user will want to edit more than one row at a time, but not have the entire Grid in edit-mode. Being able to open several items to be edited at once would help with this user interaction. This is why having multi-row edit, the ability to have multiple rows in edit-mode at once, would be a nice feature to have in a Grid. It would also theoretically open up the ability to have all rows in edit-mode at once.
when i try to drag and drop the treeview nodes from top of the treeview to the bottom (last node) of the treeview,while dragging, the window does NOT scroll automatically. Scroll bar should automatically scroll to the draging direction
I want specific column in Kendo UI grid canbe disable columnMenu! Now only can disable sortable and filterable but not the whole columnMenu~
It is possible to add commands to the toolbar. However, if you only need one or two commands (such as an "add record" button), this means wasted vertical space. So I appreciated if Kendo supported the creation of additional commands in the Pageable Bar.
A Pluralsight Course or Telerik Video Training, building a real App with KendoUI Mobile and AngularJS in AppBuilder that shows MVVM, remote DataSources, SQL Storage on the device, BarcodeScanner, Analytics and Backend Services.
KendoUI has window widget, but it's too simple, I suggest just like jbox or artDialog. jbox:http://kudystudio.com/jbox/ artDialog:http://www.planeart.cn/demo/artDialog/index.html
I think as we try to create more RIA with HTML5, having multi column dropdown is very intuitive Similar example: http://demos.devexpress.com/aspxeditorsdemos/ASPxComboBox/LargeDataSource.aspx
The loading text of kendo.ui.progress is hard coded. Please make it localizable.
The currentTimeMarker property currently displays a time marker only on the Time Column of the scheduler. The typical behavior of most calendars is that the marker spreads across the width of the entire calendar across all columns. It'll be nice if Kendo Scheduler could also support that.
Just make it compatible!
I recently started using bower (http://bower.io/) to manage my external packages (github) it makes update very easy. (leaflet, pouchdb, etc.) I see there is a bower package for the kendo core, but I am a longtime (since your first version) subscriber and I tend to use kendo.all.min.js. Our projects are for offline use, so we cannot use internet urls for download of javascript. Any chance of getting a bower package for Kendo Web? Mobile?
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.
Please enhance 'Grid copy' feature on Kendo grid to copy column headers also to excel.
I would love to see the option for donut chart on pia charts. A nice example: http://www.highcharts.com/demo/pie-donut Thanks!
After I filtered a column and deletes the filter content and press again the "Filter"-Button, nothing happens. Filter with empty string should clear the filter on the column,
ListView selectable feature could be done better. One thing has been bothering me. Here's an example: http://demos.telerik.com/kendo-ui/listview/selection Go to the last page and try to select outside of list items. Problem is that it isn't possible. Maybe Telerik has thought that user also has to be able to select text normally. But for instance in Windows Explorer you can begin selection anywhere inside the window and I think the user expects that behavior.
Modal window does not currently work properly with MVVM. When visible = false, the modal area is still visible.
There are a couple of basic controls which I'm missing in Kendo UI WEB for example: - Rating - Carousel - Progress Bar - Image Cropper - etc. Please have a look at this non-commercial framework: http://www.alloyui.com
Listviews are great tools and the drag and drop feature works well. But it would be great to be able to reorder items in a listview
I don't know what parameters the plugin sends to the server side.. in the grid for example there are parameters for pagination. I need to know how should I implement the PHP/Java code.