in http://demos.telerik.com/kendo-ui/datepicker/index which is the DATEPICKER demo change attribute in label tag from "<label datepicker="start">Show ..." to "<label for="datepicker">Show ..." Reason: I don't know what the datepicker="start" attribute is for the <label> tag and I think it is an error and should be for="datepicker" which is a valid attribute for the <label> tag and makes the cursor move to the datepicker input widgit if the label is clicked.
1. If I enter 9/1/15, Kendo control shows me error and asks me to enter 9/1/2015. 2. If I enter 4 and press tab => it should fill it with 4/01/2014. 3. If I enter 4/01 and press tab => it should fill it with 4/01/2014. 4. If I enter 31/2/2015, it should automatically round it to 28/2/2015. I compared this to other Telerik Product (e.g. Telerik ASP .NET forms controls) and I noticed above items. As this is currently working in ASP .NET Forms control using jQuery/javascript, I believe it should be workable in same fashion as we can't tell our client that one control set works one way for them on one site and other control set works differently by same provider on their other site.
Hi, When using Kendo in our team's solution, we parse all of the kendo files to build our own dependency tree. While trying to recently integrate excel export for grids, I noticed two issues with dependencies: kendo.excel.js references kendo.data.TreeListDataSource, but does not require kendo.treelist, so we get an undefined exception. Export requires jszip, but jszip is not mentioned as a dependency in any of the kendo files. Can we get those added? Thanks!
Please support Internet Explorer 8 when using Kendo-Angular by supporting Angular 1.2.* branch as well.
Range area and column A detailed description of the problem to the link: http://www.telerik.com/forums/range-area-and-column
It is actually a problem that we have on our corporative product. We are using a Kendo.Map but the user has the ability of swapping between our corporative version of OSM, the public OSM, Bing and Aerial map. This means that I have to create a map with five layers at the beginning and set different opacities downloading all the time the tiles for the 5 layers or I have to destroy the map and shift layers like you asked me to do in this post http://www.telerik.com/forums/add-layer-dynamically-to-map Could be possible to include a new feature on the maps that allow the developer to change dynamically the layer type, the url template and the subdomains. without having to destroy the map, set it empty and create it again. Thanks a lot.
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 } ] })