It would be nice if you could add a Legend to gauge control with multiple pointers, so it can be easier for users to determine which pointer stands for what. Something like the Legend control on RadHtlmChart, that allows for series to be toggled, except in this case it's the pointers that will need to be toggled.
Add legend icon as per series type when use series type area then show area icon on legend when use series type line then show line icon on lagend
Allow adding shadow or colour gradient for the line in line charts
We'd like radial gauges to have pointers we may customize, and/or to have a variety of pointerType settings, e.g., a marker that follows the circumference next to the scale; a custom image or shape that may be imported in place of the standard needle, such as the outline of a boat for heading.
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
consider Golang wrappers for KendoUI
Could be added to the combobox the pagination funtionality like Sencha Extjs library
I'm trying to export the kendo-ui platform into the golang programming language and would like to know if the kendo-ui documentation exists in some other format easier to handle. At the moment, I made a robot that goes into the documentation, filters the hml and assembles the corresponding code in golang, but I would like to be able to optimize the process. https://godoc.org/github.com/helmutkemper/telerik https://godoc.org/github.com/helmutkemper/telerik#example-KendoUiDialog-String https://godoc.org/github.com/helmutkemper/telerik#example-FrameworkForm-ToForm https://godoc.org/github.com/helmutkemper/telerik#example-FrameworkForm-ToScript
Greetings, How can I achieve the following using MVC + Kendo grid + jquery http://www.igniteui.com/grid/export-grid-loading-indicator
<input data-role="maskedtextbox" data-bind="value: ip_address" data-mask="000.000.000.000" /> The problem is that if you don't use all digit places, you have to put a zero (192.168.002.100 vs 192.168.2.100). I would like there to be a max number of characters (3) in-between the periods.
Please Add Skin Chooser control
The toolbar has buttons and split buttons but no menu button. A menu button is a button which triggers a popup button; in other words it is a splitbutton without the split. See http://getbootstrap.com/components/#btn-dropdowns-single Easy to do and really useful!
Please add the multiple date selection option to the kendoDatePicker component as for the kendoCalendar. It would be useful in the table column header to filter date values. Currently, I have to use two DatePicker to select min and max date. Calandar is not an option in my case.
I'd like to see the Mapping component support SVG SHape data along with geoJSON, for custom mapping. As it is, the map is only useful for geographical data, but there's a whole bunch of other mapping functionality one could accomplish if we could provide SVG Vector Hapes as maps.
adding / inserting form elements such as input, select (dropdown) through Kendo UI editor widgets
I was wondering if there's a way to validate a form that has inputs with identical names. The following JS Fiddle is an example of identical names: http://jsfiddle.net/fmpeyton/5c9d2p0c/ I would hope there would be a way to handle this, since lots of backend languages have the ability to accept identical name attributes, as they concatenate the values or convert them into an array or collection (ASP.NET).
In the Silverlight version of Telerik, it is possible to show traffic information. It would be nice if we could do the same thing in ASP.NET MVC in HTML/JS.
Right now, the only charsets that are supported are UTF8 and ISO/IEC 8859-1. Since I have a lot of data to encode, I can get a more efficient output by directly writing a stream of bytes.