When the are building the grid, will bu useful to have and option to set the page number that you want to display .DataSource(dataSource => dataSource .Ajax().PageSize(Model.PageSize).Page(Model.Page) .ServerOperation(true) // Paging, sorting, filtering and grouping will be done client-side .Read(read => read.Url("/results/gethomes"))
It would be nice to have a feature available to let user import excel sheet and import its contents in existing Kendo UI grid.
The library is getting pretty big - lots of great features, but still big. I would love to see the team take some time and offer more options to reduce the size of the ALL and CUSTOM builds. Perhaps look to drop old browser support and do a pass on tightening things up. Set a goal for the team to reduce the library size by 10%.
Add custom defined formulas
It would be great if it is possible to disable certain dates in the calendar. Maybe if it is possible to pass an entire array with calendar-date-objects, it would be more convenient to disable dates or highlight certain dates. e.g. CalendarDateObject could have 3 properties: - CSS class (this style would be applied to that certain date) - Disabled true/false; default = true (if disabled, date is not clickable) - Footer text (When you hover over the date, you can see this text in the footer) By using an array of objects, you don't have to check if a date is in a certain array to change the CSS-class of that date. In the way it is now implemented, you have to write all lines of code to check if the date is in an array.
Add Auto Fill and Fill Down functionality to Spreadsheet
Thank you for adding Excel-like filter. This is what we wait for a long time. Could you please add textbox to excel-like filter? So, if there are too many options in filter i would like to search for option i need. (Kind of filtration in excel-like filter) Example: http://imgur.com/SIdHmSb
Define by Settings or via API Calls to enable or disable any Cell or Cell functions like Context Menu.
Using the Sortable Widget on a Grid works great to allow the user to manually sort the grid rows. But if the grid has a vertical scrollbar, the user has to drop the row multiple times to get a row from the top of the grid to the bottom. It would be nice if the grid would Autoscroll when the user gets to bottom of the viewable grid. Thanks, Mike
Use checkboxes besides the dynamically created items in the legend of the chart without defining a custom legend. Please see the attached image here : http://www.telerik.com/forums/can-i-use-checkbox-on-dashboard-tip
The hover in grid has to be on entire row/item, not only in frozen/normal side, as it is now. Office 365 & Nova theme have default support for item hover, but this does not work properly when having frozen columns.
Why Code Library is nearly empty? While checking up results at forums, nearly I can not find what I'm looking for. To speed up this process. You may add more examples from stuff to the Code Library. Specially about extending current version of widgets, I think it will give a better understanding of the kendo api.
As there isnt a pure spreadsheet control, adding this function will allow users to still make changes in excel but visualize it in the app.
Add an option to rotate the text 90 degrees when the tabPosition is set to Left or Right. Without this on a mobile device the control is useless as it takes up the whole screen.
HTML5 Diagram Control - allow scrolling in the control
Hi The possibility to group stacking for line series in chart. See original support ticket: http://www.telerik.com/account/support-tickets/view-ticket.aspx?threadid=994050 and suggested functionality with comments: http://kendoui-feedback.telerik.com/forums/127393-telerik-kendo-ui-feedback/suggestions/11035605-chart-group-line-series-stack?tracking_code=7b903b73dd0adea247eee1334ab58526 I was not sure how to open the suggested functionality again so I posted a new thread. Regards Kjetil
KendoUI Grid is awesome! Everyone who have used it before knows this. It's true usefulness is when it is paired with server-side paging/filtering/sorting/etc. It's power can further be enhanced if it was paired with ElasticSearch to allow for searching and stuff like that. I'd love to see something that can interface with Elastic Search from the KendoUI team. Currently we made it ourselves, but it's a huge pain and very hacky.
We have been migrating from using the RadControls for ASP.NET Ajax to the Kendo UI suite, and have found the controls very useful. However there appears to be a slight discrepancy between the parsing capabilities of the two libraries. eg. http://demos.kendoui.com/web/datepicker/index.html http://demos.telerik.com/aspnet-ajax/calendar/examples/datepicker/custompopup/defaultcs.aspx If you type 1-1 in the RadControl demo, this is correctly parsed as 1-Jan-2012 If you type this in the KendoUI demo, this is not parsed correctly It would be great to have the same flexibility of parsing of the dates as per the RadControls?
Toggle button with yes/no or any customized option to get true/false from user. Mobile switch was not working properly in page. Required a separate control for MVC web pages.