Can we have an option where the TabStrip tabs overflow to a dropdown just like the ToolBar items overflow when re-sized instead of wrapping tab items to another line This would work great on small factor tablets/phones
You've already got two "Material" themes, but they don't really seem to match the Google Material Design guidelines (http://www.google.com/design/spec/material-design/introduction.html). Would it be possible to add a new theme that accurately tracks the Material Design guidelines?
When you mouse over notes would like to be able to show tooltip with some additional detailed information
<pre> Change typos in document: http://docs.telerik.com/kendo-ui/api/javascript/ui/grid#configuration-columns.filterable.cell.suggestionOperator from: "startswidth" "startswidht" to: "startswith" </pre>
Please see http://dojo.telerik.com/uSaq/3 When you click on the "reload" button, the gauge always animates from 0 to the given value. We would like to animate the gauge between current and next value, without jumping to 0. (related to support ticket : http://www.telerik.com/account/support-tickets/view-ticket.aspx?threadid=892750 )
It would be nice that export-to-excell feature supports the text orientation which is supported by MS Office and Open Office. This feature lets the user to have vertical text in the worksheet.
When I used the angularjs to bind template data to kendo-mobile-scroll-view, it will post error when scroll to the last page, it post error as Uncaught TypeError: undefined has no properties, I think there is an error existed, could you fix it? If it is not, or you could give a more clear example on demo part?
Just make it compatible!
MultiSelect field to be able to be inputted manually, if look up is not available
Select All Check box required in a grid and we can select a specific records by using the checkbox, and will go for export to excel or export to pdf.
Make ENTER activate a submit button on a page from all widgets including the dropdown list.
should have a basic component for split button
kendo.diagram.Path is an object that can be appended to a kendo.diagram.Group object and supports such things as SVG paths. This is undocumented and unsupported functionality that can be accessed in pure JS but is inaccessible in TypeScript. Can you please support this object and add its declaration the d.ts file?
Would be nice to have a replacement for standard checkbox, that looks deiiferent in different browsers (like jqWidgets has) and CheckBoxGroup widget. For example: <div data-role="checkboxgroup" data-bind="value: groupValues" data-row-items="5" data-text-field="text" data-value-field="value"></div> And the model: kendo.observable({ groupValues: [ { text: "Text1" value: 1 }, { text: "Text2", value: 2 } ] })
Please add support for named stacks in Area and Line charts. It should work similar to Bar/Column charts. For example, with the following series definition [{field: 'Whole', stack:'whole', name: 'Whole Part'}, {field:'Part1', stack:'parts', name:'Part 1'}, {field:'Part2', stack:'parts', name:'Part 2'}] Part1 and Part2 should stack but not "Whole".
Kendo Map - Auto-Center after loading the geojson file.
List view should have a Option for the checkbox to select the list with custom template for the checkbox with custom template for the checkbox which can behave as the toggle button for mobile and can be disabled if not required. Cause the existing system to select and deselect item is very non user friendly
It makes sense that grouped grids should be sorted by the group name for proper paging, however, it would be nice to be able to sort by group name THEN BY another field. Wouldn't mess up paging.
Kendo has places where you can specify cssSpriteClass, and other places where you can specify the actual icon by name. My proposal is to provide a way to say I am using halflings or font awesome or anything else for that matter, and just specify icon "fa fa-play" and its done. Currently its way too much work to implement kicon wrappers for font awesome fonts, and then they dont work everywhere anyway.