When you mouse over notes would like to be able to show tooltip with some additional detailed information
It would be great to have a Widget that allows you to bind keyboard short cuts to a normal HTML element such as a Button or really an other element. Additionally upon init, this widget would check for conflicts against other shortcuts provided by Kendo UI and provide the developer an exception explaining the conflict.
Currently to show the HTML View of Kendo Editor with indents, you need an external JS. This would be nice to have out of the box.
By design chart selection is supported only for categorical charts (bar, column etc.) but not for XY-charts (scatter, scatterline etc.). I'd like a similar UI for scatter charts to enable you to select data from the chart especially when the x axis is a time line.
Range area and column A detailed description of the problem to the link: http://www.telerik.com/forums/range-area-and-column
Be able to show an empty marker when the value is 0 for the sparkline like in this demo: http://dojo.telerik.com/@tsvetomir/ogiH/2 The demo use a hack to show the marker but it would good to have a real solution.
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" } ] }
Can you please add support different scales in radar charts for the different categories/axes? The radar chart becomes mostly useless when, e.g., one category has values that range from 0-10 and another ranges from 0 to 1,000,000.
When changing the bounds of a shape, especially changing the X & Y position allow the new value to be set with animation.
It would be very useful that the Kendo Map widget provides out of the box a control (some sort of dropdown or list view) that allows to select a layer. This would be great for scenarios where the user wants to see a different layer of the map. For example, when the user needs to switch from an Street view to an Aerial view. This feature is very common in Map controls. So I think, it's something that should be supported by this widget, too.
Base units for chart include Months, Day, Year etc but there is no support for Quarter. This causes gaps on the chart when displaying quarterly data.
In the current implementation of the widget, when user tries panning or zooming, there are not map tiles transitions. You just see some white squares until the new tiles are rendered. It would provide a better user experience to have some sort of transition in those interactions.
The linear gauge becomes cutoff at certain heights. If it's less than 50 pixels more and more features are cutoff. I'd like the linear gauge to be able to be 10 pixels without a cutoff.
It should be nice if we could set a background color using a gradient for DataViz area charts.
It would be great if there are customization of categoryAxis label when ploting has both +ve and -ve values. The label need to be settled down at bottom (base line) automatically when there are negative values and same for +ve values.
Hi,
When I call grid.datasource.sync() on a datasource that has a model id defined, but this field is unmapped, I get a cryptic error. You can find a reproducer here: https://dojo.telerik.com/iLacazot
Uncaught TypeError: o is undefined
setup http://127.0.0.1/a/kendo-ui/js/kendo.all.min.js:28
create http://127.0.0.1/a/kendo-ui/js/kendo.all.min.js:28
_promise http://127.0.0.1/a/kendo-ui/js/kendo.all.min.js:28
Deferred jQuery
_promise http://127.0.0.1/a/kendo-ui/js/kendo.all.min.js:28
_send http://127.0.0.1/a/kendo-ui/js/kendo.all.min.js:28
sync http://127.0.0.1/a/kendo-ui/js/kendo.all.min.js:28
<anonymous> http://127.0.0.1/a/program/discount/search/:4058
On a slightly related subject; When checking the docs on the model id it seems that the example is missing from this page:
https://docs.telerik.com/kendo-ui/api/javascript/data/model/fields/id
There should be a textbox bindind to a field available.
The current implementation makes it too difficult to use a 3rd party icon font instead of the built in kendo sprites. I shouldn't have to specify the spriteCssClass and then add extra CSS or jQuery or both to handle position and sizing glitches. I also shouldn't be forced to use an entirely custom template just because I want to use an icon font.
Implement some dialog windows for simple creating users and roles. Also it essential to create login widget with managing users like asp.net empty project
Window already has dragstart and dragend events. It would be great to have also resizestart and resizeend events.