Kendo UI supports PDF export. It would be great if you could add glyph mirroring support to it as well (https://github.com/mozilla/pdf.js/blob/master/src/core/bidi.js). PDF export of RTL languages such as Arabic and Persian need this trick to work properly.
Please think the Kendo UI validation farmework not only in terms of client-side validation but also in terms of reporting server-side errors. A framework that would only provide a way to display a validation error message based on a client-side rule after each related input field would not be very helpful in my opinion. All errors need to be reported in a consistent way. My preferred option is: - a message box at the top of a form to display all messages including OK messages and error messages (client-side and server-side). - higlighted fields with tooltips (not to clutter the form layout) to repeat error messages in context when applicable. Although the framework built into Kendo UI might only provide client-side validation, please make sure to provide entry points into the UI used to report errors. Alternatively, leave the UI to the developer and provide a simple way to collect all validation error messages on a form.
Today you can only export JavaScript primitive values - String, Number, Date, Boolean. http://www.telerik.com/forums/export-grid-to-excel-cells-with-hyperlink
A quarter is not the same as 3 months in the same way that a week is not the same as 7 days. Feb-Mar-Apr is not a standard quarter. Kendo automatically lines weeks up on Sundays. Please consider doing something similar for quarters.
Topojson is a much more compact data format for spatial data. Supporting it would allow more complex spatial data to be loaded without slowing down the browser experience.
Please add generic versions of DataSource and ObservableArray to the TypeScript definitions file.
I know you have special tag structure so that you can implement certain features. However, for UI elements like the drop-down, numeric input and date-picker, it would be really great to use (or have an alternative control to us) native html elements and data- attributes that are easily recognized by mobile devices and newer, desktop browsers. For example, for the drop-down, it would be great for it to render a select so that when received by a mobile device, the native option selector can take over. I am posting this in the Web controls for those of us creating responsive apps where the input surrounded by spans doesn't really work out very well when the page is rendered on a mobile browser. I realize that are trade-offs so maybe instead of completely disregarding the current controls, maybe another, pure control, or some configuration option to the current controls would be preferable. That way, the developer could decide what was more important - the UI enhanced feature or compatibility with device.
Would like some way to know when the file is finished saving. This is especially useful when saveAs uses a proxyURL and a user is waiting for the file to come back from the server. Currently, there is no way to inform user of this progress or when it completes.
The DataBound event is the last event that can be bound to at present (other than user interaction events) - this occurs before rendering. In the situation where a chart wrapper is in a hidden div to be displayed and the datasource to be re-read under certain circumstances, it would be useful to have a post render event to ensure the chart is fully drawn before displaying the div.
Please support the ImageBrowser as a standalone control.
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.
It would be very nice if we could export a chart (and its data) to Excel.
I need notification hiding to be passed when hovering over a notification. To further explain I am expecting a behavior such in following example. http://codeseven.github.io/toastr/demo.html
Pattern fills for Chart like this one http://www.amcharts.com/demos/map-with-patterns/?
I am showing gauges right next to charts, but the gauge doesn't have a title like the charts do. I'm going to have to create and position my own title, and style it just like the charts. It would be nice if the gauge had a title, and seems like a fairly easy addition. Thanks!
Starting with Kendo-UI 2017, I've noticed that the row filter now shows two "x" buttons to clear the filter (one inside the text box and one to the right of the text box). It's confusing having two of the exact same buttons next to each other, each doing a slightly different thing. Please add option to remove either one of the two buttons without having to either do a dataBound or CSS trickery to hide them.
Hi, We have a client request to show week number in kendo ui scheduler timeline view and month view. Thanks, Lilan