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.
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".
There are many properties that can be set during initialization that cannot be changed through the API afterwards. Take the Kendo UI ToolBar for example. You can add a button to the toolbar and set the text, but you cannot change the text afterwards unless you update the element directly. It may seem like a simple thing to change the text of an element, like so: $("#myButton").text("New Text"). However, if you had set the imageUrl as well, setting the text like I did above would remove the image. Knowing that, you could get the text node and update the nodeValue. That may work today but could easily be broken during a Kendo UI update (for example, if the update included a change that wraps the text in a span). Having to deal with native elements after they have been created by the Kendo UI components is a dangerous practice for developers as it requires an internal knowledge of how elements are rendered based on the different options set. As mentioned above, it is also dangerous as any update could break our code. Therefore, it is imperative to expose methods that allow us to modify any properties through the API (where possible) to allow us to create clean and easy to maintain code. If you search the feedback, you will see many requests to add a method here and a method there. There is even a related one to this called "Kendo Mobile: Methods to set properties dynamically". Suggestion: When you have child elements, such as buttons on the toolbar, please allow us to update those widgets directly rather than through the parent. For example, instead of $("#myToolbar").data("kendoToolBar").enable("#myButton"), allow us to do something like this $("#myButton").data("kendoToolBarItem").enable();
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.