I want to ask you to add support for this type of call to kendo.format:
kendo.format('{0} - {1}', [3, 5]);
Of course this is not useful if you have the parameters in seperate variables.
But it is useful if you get the format and the parameters from some external source and that delivers the parameters as an array.
Provide default mode for Kendo Mobile. When working in kendo mobile web applications, give the user the ability to specify a default or fallback render mode if iOS, blackberry, or droid are not found. Implement it much in the same way you implement the platform application property but instead of saying use this platform for all render modes, this property would equate to saying use this mode IF none of the other supported modes within Kendo Mobile are not found. This also would be good for future development as you add render modes we could response with our "default" style.
In documentation and examples, its mentioned that Kendo UI Menu can be accessed on client using $("#menu").data("kendoMenu") , which doesn't work
it's actually $("#menu").kendoMenu().data("kendoMenu");
It's obvious enough. I made normal size buttons with plus/minus functionality but there is no "minus" icon now.
There is a error in the grid demo http://demos.kendoui.com/web/grid/index.html. This is in the Virtualization of local data section. The Error says "stop running this script? A script on this page is causing IE to run slowly. If it continues to run, your computer might become unresponsive."
Ability to cancel default sort on the grid
Hi,
I good idea could be if we can define a "Top Level Class Name" for css class to custom stylesheet produced by themebuilder.
Example:
Image to use one of your standard stylesheet
if i have
in my page (razor)
@(Html.Kendo().DropDownList().Name("ControlName") ... )
that for sure render with the theme loaded in html header section
and after i put
<div class="MyCustomClassNameForKendoUiWidget">
@(Html.Kendo().DropDownList().Name("ControlName2")
</div>
that will be render with an different stylesheet loaded in header section of my page and that was produced by your ThemeBuilder
What i obtain is to use different styles for KendoUI widget in same page.
Add a method that reverts the last edit to the grid. This way there could be an "Undo" button.
When you click on a tab in a TabStrip, the expand animation shrinks the content area's height to zero, then expands it to the height of the new tab. This isn't bad, but gives a "bounce" effect to the control, which can be offputting (I've had complaints about it from users). If would be nice if you could animate it from its current height directly to the new height, without shrinking to zero in between. That would be a much nicer effect.
When you click on a tab in a TabStrip, the expand animation shrinks the content area's height to zero, then expands it to the height of the new tab. This isn't bad, but gives a "bounce" effect to the control, which can be offputting (I've had complaints about it from users). If would be nice if you could animate it from its current height directly to the new height, without shrinking to zero in between. That would be a much nicer effect.
Similar to http://demos.devexpress.com/ASPxEditorsDemos/ASPxDropDownEdit/DropDownEdit.aspx
Adobe AIR imposes some security restrictions on Javascript code written in certain ways/styles (e.g., use of "eval" and "Function" declaration inside code, which are used in KendoUI), but offers a fairly complex implementation facility (called the "sandbox bridge") so developers can work around these security restrictions... Please provide Adobe AIR/Javascript developers "BEST PRACTICES" articles/tutorials on how to code the KendoUI widgets that are incompatible with the Adobe AIR security restrictions.
This causes Kendo grid's javascript dataItem method to fail since it is trying to access a blank array. The wrapper is useless to me without this.
Wouldn't it be nice to be able to filter a field as a property of a series? You could populate stacked and grouped column charts with a single datasource, without having to parse through it manually with js.
We have built some really cool stuff with Kendo UI Mobile. We want to present or Apps on regular web pages with non-HTML5 browsers. Maybe in an IFRAME like Facebook. We need graceful degradation functionality. Any interest?
When the destroy operation fails for some reason (exception or ModelState error) the item on the client will be removed. Don't remove the item from the grid if operation fails in the backend.
I shouldn't be penalized in having to write more code to get kendo validation working with kendo controls. You guys should know I'm validating a KendoNumericTextBox and auto-place the span in the appropriate spot outside of the control. http://www.kendoui.com/forums/framework/validation/error-tooltip-showing-up-in-the-picker.aspx
It would be good if you could enable the KendoUI for MVC buttons to have an "image + text" look and feel in the same way that the Telerik MVC Extensions did. Thanks