In case there are a couple of opened modal windows(win1, win2, win3, win4) after destroying one that was closed(win5) – two next in chain(win3 and win4) becomes enabled, instead of only the last one(win4). I’ve analyzed the code of method kendoWindow.destroy and found following lines if (shouldHideOverlay) { that._overlay(false).remove(); } else if (modalWindows.length > 0) { windowObject(modalWindows.eq(modalWindows.length - 2), that.options.name)._overlay(true); } It seems that line modalWindows.length - 2 should be changed to modalWindows.length - 1 as modalWindows holds currenlty opened windows, and overlay should be turned on for the last one.
You can currently set series labels to position "center" on the pie chart to get them to render on the slices, but sometimes slices are too small to contain these labels. It would be great if there were an option for the chart to detect when a slice is too small and render the label outside the chart, while still rendering labels on pie slices that are big enough to contain them.
When a user downloads a custom build from http://www.telerik.com/download/custom-download, provide a URL that the user can bookmark/save then use to go back to the custom build page with the same components checked and same kendo version selected.
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
Dropdown with Multiselect ability and no linebreaks when too many Items are selected just a simple ellipsis at the end. like this: https://1drv.ms/i/s!AmJX2ntYnv7IjbB0bGq-wscoFknbRA
Hello. Congrats for this amazing framework to all webdev.. I was searching in the demo some features like forms (contact, validations fields, etc), but i cant see it. is there some forms html5 based to start with kendo ui ? thanks a lot!
Just like jqGrid~ and user can chioce which col can be hide~
Should be able to enable and disable switch.
Allow pinch to zoom images to start zoomed out. The "pinch to zoom" feature demonstrated at http://demos.kendoui.com/mobile/view/zoomable.html is useless for most practical applications. Go to the camera app on your phone and look at photos you took - they start zoomed out and then you can zoom in on them if desired. If you had to zoom each one out to look at it, that would be incredibly obnoxious.
I would like to be able to configure a tooltip to be shown if the user hovers over an x-axis category. I would also like it to be dynamic based on the category. My use case is each x axis category represents a flight, to keep the label succinct I use the flight number, however it would be good if the user could find out more information about the flight such as the date, departure, destination etc. Currently I put this information in the tooltip for the data series, but when I show multiple data series this text looks out of place and also makes it harder to see the data relating to the data series point.
should have a basic component for split button
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 )
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.
I think there is a real need to try and get the ui feeling much more like a desktop app with regards to how data is added to a grid - I have always found the Telerik Ajax grid to be overly cumbersome for entering new rows of data. There needs to be a fluent approach to this where by tabbing through all of the columns in the last row in the grid it should add a new row that can quickly be updated again via tabbing - much like win form controls; the aim should be speed and ease of use.
Almost all data drive UI needs a simple pagination control. I've seen other requests ask for other controls to have pagination (like grids) but I just want a properly styled pagination control that could be used to either control another UI control (grid, table, etc) or simply just be hyperlinks.
I'm building an app that is using DataViz for charting but there are scenarios where it's possible to *not* have any data returned to map out in the chart. I'd like to be able to: - Set an X and Y axis value so the plot area is displayed - Provide either a message, a function or a DOM element which will be displayed over the chart Here's a snippet of how I think the API could expose it: $('#chart').kendoChart({ noData: { seriesMax: 100, category: 'Some category', message: 'No data!' || function () { return 'No Data!' } || $('.no-data-message') } }
Editing raw HTML is sometimes very useful
I was really looking forward to using Kendo UI Mobile, but the one control that was critical for my idea was a slider, which is missing from the Mobile package and, apparently, not even on the roadmap.
It would be great if we could easily build a coverflow experience that matches what you have in your siliverlight components or what Apple does with iTunes
It would be nice to config a validation message to either hover or be in-line. It can be accomplished with some extra CSS currently, but it would nice to just pass in your preference.