Box Plot (Box and Whisker) works great but would like to have Vertical instead of horizontal.
when the mobile view uses a header, containing a toolbar as header it would be nice to be able to have a view title like in the navbar.
When changing visibility of tabs within tabstrip, active tab may become invisible and tabstrip moves to a state when no tab is selected. I think it should be optional to set that I want it to go to the first tab available.
Hide a column in a grid with a detail template
Modalviews have to be defined on the page at startup. It would be helpful if a modalview (and a view) could be returned or replaced as a MVC partial view, i.e. make it possible to create and open a modalview after the page has loaded. See also: http://www.telerik.com/forums/dynamically-create-a-modalview#1f2q7wMEu02yYX1_6El2hg
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.
We need the ability to get the next occurrence of a recurring event given a start date. This has nothing to do with the scheduler widget but a function that can take a recurring event and start date and return the next occurrence instance (not all the occurrence). We need this to tell the user when they have their next appointment.
I am seeing this bug for more than year ago, it would be really nice if you fix this issue, because it works really very well in Ignite UI, here is the jsfiddle. http://jsfiddle.net/KendoDev/5Sssk/
http://demos.telerik.com/kendo-ui/pivotgrid/index I think it would be great addition to add the ability to set KPI's for the grid & pivot grids in Kendo UI. We have used this on you ajaz & mvc controls but are now migrating to a pure html5/kendo ui based website. Please consider this as a feature for your the proposed controls.
It would be very helpful to have more events on every controls and better event arguments on existing and future ones. This include things like click events that could be listened with a standard event binder with proper selector. We don't want to figure out what the selectors has to be. This would dramatically improve the customization of Kendo controls, which I find very hard to deal with in the current state.
In help text at: http://docs.telerik.com/kendo-ui/api/wrappers/jsp/grid/column Kendo Grid 'locked' help text needs link to 'Frozen Columns' - can't find any help.
Right now on a mobile device it will put just what it needs into the overflow box. I would like to see the ability to force everything into the overflow when it is activated at all.
Make the Kendo UI Dojo embeddable via an iframe. Exactly what jsfiddle.net offers. http://doc.jsfiddle.net/use/embedding.html
Currently I am using v2014.1.416. I am binding mouseup event with below code. $('#' + mainId + ' div.k-splitbar').live('mouseup', function(e){ setTimeout(function () { if ((typeof ($fujicracommon) != "undefined") && ($fujicracommon != null)) { $fujicracommon.handleVesselResize(); } }, 200); });
Currently it is only possible to display more than one measure on a pivot grid. This is a must have requirement for most pivot grids. Please consider removing this limitation soon.
Please provide "retina" support for Kendo Map. At this point its kinda "table stakes" for a mapping component - let alone one that you need to pay for.
Currently, DataViz charts allow you to set a valueAxis's tick mark increments (increments of 100 would give you 0, 100, 200, 300, etc). I suggest a way to set a specific amount of ticks that your chart will always load, and the data will use divisions to fit the tick amount you set. Example: I want my chart to always display 5 ticks. I have two users, one who has a max number of 100 and the other has a max of 500. For User 1, the chart would set a max of 100 divided by the 5 ticks (so increments of 20). User 2 would get increments of 100 to fit the 5 ticks.
HI, I still wonder why there is no text input autocomplete widget for Kendo Mobile. I like kendo MVVM to structure an APP. but i really need to use Autocomplete for my proyect (around 5 in different forms). I guess i should go for ionic framework on AppBuilder (i really love the platform) if there is no way to implement autocomplete in a clear way. Regards
When asking for support from Telerik any code examples use the framework specified in the support ticket. For example, not to give examples in php if you are using MVC etc.