On RadMap and other visual tools, it would be beneficial to have the ability to alter colors for specific data points or have each data point have the ability to define a color. This would be similar to how series in RadCharts work in that I could define a color for a specific marker, or layer, etc.
It would be beneficial to add additional support for tooltips natively on the Bubble Layer in RadMap
It's great having the tsd files as part of the full download. It would even be better if you could submit a pull request to the DefinitelyTyped github repo https://github.com/borisyankov/DefinitelyTyped , as that would allow us to integrate Kendo UI documentation in JavaScript projects out of the box. This repo is used by the npm tool "tsd", which allows for really easy automation of the downloading and updating of tsd files. This would be akin to the bower dependency that you already submitted for kendo.core. more info here: http://definitelytyped.org/ Thanks, Jaume
Automatically add page breaks to PDF export, currently if exporting contents with very long contents it exports as one single long page, the page break should happen based on the Page size for example "A4"
Our users love how pretty Kendo UI charts are. We usually visualize data for them with Pie or Bar charts, often in combination with a Kendo UI Grid. However they almost always want the ability to export what they see in the browser to PowerPoint. One workaround might be to save the Kendo elements to an image and stick that into a PowerPoint slide. However they don't want that. They want a real PowerPoint slides with real PowerPoint charts and grids live objects like they were initially created in PowerPoint. We have managed to implement something to do that with OpenXML, but it will be a HUGE time saver if Kendo does that out of the box.
It would be useful to have border configuration as an option when using kendo.ooxml.Workbook to create an excel file (i.e. sheets.rows.cells.border)
make a widget like the asp.net Details View control. This displays the details of a single row from a grid in 2 columns. The Left Hand column has the field labels, the RH column has the values.
Wondering why there still no feature request open about this, but here we go. Add RTL support for mobile widgets. RTL it currently supported throughout Kendo UI Web, but not in Kendo Mobile. Mobile Drawer should slide from the right, Mobile ListView currently has issues etc.
[ Numeric Text Box ] [ /\ ] [ \/ ] the spinners are small and I would like them to be bigger at the cost of screen space
We have a use case where we are using ContextMenu with the following configuration: showOn 'click' alignToAnchor true, Anchor being a button and on click of the button, context menu opens but the focus doesn't shift to it and remains still with the button.
Allow users to draw shapes and select markers on the maps to perform events.
Drag and Drom not Work on EI. Please Fix it For Example this component work http://html5demos.com/dnd-upload
I'm going to explain this in a number of different ways just to help clarify what I'm asking for: 1) When exporting Kendo grid to Excel, add support for setting the cell comments. 2) Please add support for a "comment" property to sheets.rows.cells. The value of the "comment" property would be used to set the cell comment in the generated Excel file. 3) In the link below, there is support for sheets.rows.cells.format. Add a similar property named sheets.rows.cells.comment that is used to set the cell comment in the exported Excel file. http://docs.telerik.com/kendo-ui/api/javascript/ooxml/workbook.html
While re-sizing the column of the Grid Chart, the columns of the grids looks a bit distorted, a bit of merged to each other partially. When we scroll the page a bit, the issue get resolved. So, for me, it looks like the state of the Grid was frozen for some time and scrolling the page reset the same. Note: This issue is seen in Chrome (Web Version) Only. I have tested the same in Firefox and IE and it works absolutely fine. Any help?
Need to have simple textbox (input) widget
Currently there is no way to tell when a new connection is created between two shapes. The add event is called when the connection line first appears on the screen, but there is no event to capture when the connection is made to another shape. This would be extremely helpful when users are creating flow charts and assigning prerequisites by drawing connections.
If there is a way that we can lock the top row of our grid and still use the browser scroll instead of their grid scroll? Right now we lose that top header row and it’s making everyone crazy.
Expand Chrome Inspector to allow easy creation of DOJO. In the Inspector, we can see all the options as well as the data for the widget. The created DOJO should be simple (at least to start), meaning local data and all the options. At the very least, the Chrome Inspector should allow copying of the options and the data so pasting into a DOJO is as simple as possible.
The slider control should support adding multiple handles. This could enable the use case of the user defining a range with a single slider control (define the minimum and maximum value for example). Here's an example: http://refreshless.com/nouislider/
The grid has support the auto column width, in case using the frozen column the grid doesn't display any column, so i think it really need to support auto column width with frozen columns.