I have edited the kendo grid example and i will post the code where i am able to replicat.
I would appeciate the ability to define an edit template (like the detail template) in the grid (for Inline or popup editing), in order to have complete control about the layout and functions. Also the usage of all controls should be possible (nested grids).
add maximize, minimize or close actions on sortable panel demo
Create a package for Django will make easier to implement Kendo UI to a project.
I've downloded a free Kendo UI Trial. Unfortunately there aren't StockData.mdf in Template project. Can you fix this issue? I'm choosing component base for our company and it realy prevents me.
Create an mvc reportviewer control for MVC so that you don't have to hack it with an aspx page inside of razor view engine. Should work similar to the devexpress mvc reportviewer control.
Support drag and drop in the MVC Wrapper for the Kendo Grid. 1. Be able to drag and drop rows within the same grid to change the order of the rows. 2. Be able to drag and drop rows from one grid to another. 3. Support multi-selectiong of rows and dragging and dropping them 4. Customize drag and drop events for the grid. Example: When dragging rows from one grid to another, be able to modify the drop functionality.
Update Kendo project template so that it is compatible with ASP.NET and Web Tools 2012.2.
in Thailand use Year is Buddhist Datepicker not work and another problem can't not research in google so another tools is cool
i need to scroll and view the grid header content when there is no data. even i used .Selectable() but tat does not help me.please advice
The Multiselect control hardcodes the style of the Placeholder to Arial, 13px. Please make this either have HtmlAttributes or put a style on it, that can be overwritten.
We are not able to perform aggregation method sum on Data Table decimal field, it will show "No generic method 'Sum' on type 'System.Linq.Enumerable' is compatible with the supplied type arguments and arguments. No type arguments should be provided if the method is non-generic." exception, It will be much useful for the user, once it is rectified.
Column Menu has a list of columns available in the Grid, When we uncheck selected Column from list (that is hiding from the list). That time Column has to be close. As of now, hiding column from the list using Column Menu makes Column Menu to jump to top corner of the browser.
Presently, there's no way to pass a parameter to the Deferred function. If i have a need to make the control deferred depending on a condition, i have to write the code this way: @{ var treeView = Html.Kendo().TreeView() .Name("aName"); if (this.IsAjax) { treeView.Deferred(); } treeView.Render(); } It would be great if we could pass a parameter that way: @( Html.Kendo().TreeView() .Name("aName") .Deferred(this.IsAjax) )
As the DropDownListFor object has both a "DataValueField" and "TextValueField", i find it frustrating that the AutoCompleteFor object only has a "TextValueField. This makes it cumbersome to actually get the ID and make it part of the MVC model binding. Have a DataValueField would greatly simplify MVC model binding for the types of projects that I'm involved in.
Sometimes it is necessary to be able to define certain fields as editable during and edit but not create or vice versa. So, we should have the option to not show some of the model fields during edit and possibly not show a different set of fields during create.
Why you not create a radio button list and a checkbox list with model binding
I believe the intent of the component Kendo is very good, but this in a very early stage. For example, resource error in Portuguese language
For example if you use grid in Client mode it's use case sensitive sorting without any post-back to server which is real cool. But in situation when you need to export grid data to(csv, pdf...) you can pass sorting options from grid to server, collect all data from DB and create exported document. BUT for example SQL server use case insensitive default sorting, so exported documen will not have same data order like grid.
Hello, double click on tabStrip tab in loadContentFrom mode open loadContentFrom parameter in new page. this is a bug.