1. Allow scrollview to be in "vertical scroll" mode 2. Allow the ability to HIDE the page indicator
Add widgets and code to allow real Metro-style UI in web development. Boxes, fonts, widgets, panel-flow.
Something similar to this: http://ui.ajax.org/#demos/elements.flowchart
Allow the user to resize the editor textarea by dragging the lower right corner. A solution for doing this is given in the forums, but it would be great to have it as built-in functionality. http://www.kendoui.com/forums/kendo-ui-complete-for-asp-net-mvc/editor/is-it-possible-to-give-the-html-editor-a-resize-grip-.aspx
In our modern applications localization is part of designing a web application. An issue that I know to be ancient is the 'decimal point is comma' issue. In the USA f.i. a fraction and its integer are separated with a decimal point '1.75' but in Europe, in most countries, this is a comma '1,75'. After selecting f.i. 'nl-NL' (Dutch) for localization the decimal point is no longer accepted as a separator in numeric fields. Most countries in Europe use keyboards with an 'English (United States)' layout meaning that on the numeric pad (to the right) a decimal point key is added not a comma. Now when entering numbers with fractions in the web site users with such keyboards must type the comma key (on the left) in order to be able to enter the separator between the integer and fraction which is annoying. It would be nice if Kendo UI would allow for the decimal point key in the numeric pad to be treated as a separator between integer and fraction
Support row templates in conjunction with frozen / locked columns
It is actually a problem that we have on our corporative product. We are using a Kendo.Map but the user has the ability of swapping between our corporative version of OSM, the public OSM, Bing and Aerial map. This means that I have to create a map with five layers at the beginning and set different opacities downloading all the time the tiles for the 5 layers or I have to destroy the map and shift layers like you asked me to do in this post http://www.telerik.com/forums/add-layer-dynamically-to-map Could be possible to include a new feature on the maps that allow the developer to change dynamically the layer type, the url template and the subdomains. without having to destroy the map, set it empty and create it again. Thanks a lot.
PDF Export required a new method which will open on new tab instead of downloading it. eg: kendo.drawing.pdf.open(group,"Invoice.pdf")
The current Kendo Typescript module definition file assumes that all of Kendo is loaded into the global namespace, and hence does not work correctly if you are loading Kendo script via an AMD loader such as requirejs. See here for full details: http://www.telerik.com/forums/robust-support-for-kendo-typescript-requirejs
we need the polymer js which is used in Kendo UI like Angular js we need to use Polymer also
Currently it is possible to draw straight lines on the Kendo UI map. However, it would be interesting to display routes on the map. Ideally, Kendo should be able to draw routes between specified markers.
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"))
Dear All, There should be one simple calculator attached to numeric text box, it can be opened or closed using F4 and after calculating result should be copied to text box. Thanks Regards Surinder
We've adopted React+Redux and currently building our own component library. Is there an official statement regarding React.js integration and roadmap?
The idea is to have demos of the different widgets made with Typescript. Nothing fancy just the simple demos so we can understand the different ways to create the objects and their interactions.
It would be nice to have the option to add new rows at the bottom of the grid, just like Jquery grid has that option "createAt": "bottom".
Support autoWidth configuration on virtualized comboBox and dropDownList
Currently the media player only supports YouTube and local media files. In think it would benefit from supporting other media providers such as Vimeo and Metacafe.
It would be nice to have built-in support for a row details feature in the Grid similar to the Telerik Silverlight GridView. http://demos.telerik.com/silverlight/#GridView/RowDetails