There only seems to be support for assigning a display timezone to the Scheduler component. This means that other date/time components/formats are forced to use either the browser's timezone (default) or require various event hacks to allow for manual conversion of values from the browser timezone to the preferred timezone used to display date/time values. It would be very nice if the following were supported: 1. Ability to set a default timezone across all date/time widgets (not just the scheduler). This could be similar to how cultures are set to localize messages and formats. If left unset, it would use the browser's timezone. 2. Ability to set a display timezone (different from the default) on all date/time components similar to what's available on the Scheduler. Those features should yield the following benefits: - allow end-users of applications using Kendo to select/store a preferred display timezone, which could be applied to all components. - reduce the additional effort and workarounds required to apply a particular timezone consistently across all/some widgets - If #2 allowed for functions (at least on some components like the Grid), it should make it possible to display date/times based on timezone values from records
There is very convenient tool to generate Java applications which use Spring Boot, Angular JS and Bootstrap: https://jhipster.github.io/ My idea is to add support for Kendo widgets in jHipster. This could be realized as partial support for few widgets (especially Grid) to existing project (low budget option) or as jHipster clone for Kendo UI only (with technology stack Spring Boot, Kendo UI (MVVM) and Bootstrap (big budget option).
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.
Currently, you can enter a time in the DatePicker and date in the TimePicker. The expected validation should not allow this. A DatePicker should only allow a date and the TimePicker should only allow a time.
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.
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
The possibility to group line series stack in Chart.
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.
If the ranges can be more leveraged more information can be visualized in a single gauge and it allows for creating "custom bars". The pointer value already accepts a margin. Example: scale: { majorUnit: 20, minorUnit: 5, max: 180, ranges: [ { from: 80, to: 120, color: "#ffc700", margin: 10 }, { from: 120, to: 150, color: "#ff7a00" }, { from: 150, to: 180, color: "#c20000" } ] }
Currently a bar linear gauge can only be drawn from minimum to maximum, but a start position (center) to draw left/right or up/down would be welcome.
Hi, We have a client request to show week number in kendo ui scheduler timeline view and month view. Thanks, Lilan
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.
1) each release version please give a compatiable list if kendo UI use new version of third party js framework, especially angularjs. for example: the 2015 Q3 v2015.3.930, which is shipped angular js 1.4.6, i want to determine is it compatiable with angular 1.3.x because in enterprise solution, the third party javascript library upgrade new version is impossible, some components depends on angular 1.3.x. 2) please think about support angular js 1.3.x, like the jquery 1.9.1, you should keep a stable version support on thirdparty. 3) the road map about kendo support angular.js.
Kendo UI integration with Riot.js
Add Auto Fill and Fill Down functionality to Spreadsheet
It would be nice if we can programatically call the cell functions (AND, IF ELSE, VLOOKUP etc) directly from code. An example would be, say on a button click, I want to call one of the Excel type functions on all the cells or a select group of cells.
It would be very nice if we could export a chart (and its data) to Excel.
It would be nice if there was a render setting for KendoUI controls that match Bootstrap elements. I know there is a Bootstrap theme but it doesnt come close to how bootstrap truely looks for example the KendoUI Grid could render out a Bootstrap Styled Table but setting the render option to "Bootstrap"
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"))