This is a migrated thread and some comments may be shown as answers.

Kendo grid cell with dropdownlist using .Template

1 Answer 186 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Ga
Top achievements
Rank 1
Ga asked on 08 Jan 2014, 04:50 PM
Hello!

I'm evaluating Kendo for use in an asp.net mvc4 web application using razor based views.
I want implement a dropdown list in a grid cell.
I saw this example
http://demos.kendoui.com/web/grid/editing-custom.html
and I have implemented it successfully but the problem is that I don’t want to create an EditorTemplate for each dropdownlist in my application. I would like to implement kendo dropdown list in a grid cell using .Template:

columns.Bound(m => m.Names).Template(@...); 

Is there some documentation for use kendo dropdown list in a grid cell using .Template?  Can I get an MVC razor example of this?

Thanks

1 Answer, 1 is accepted

Sort by
0
Vladimir Iliev
Telerik team
answered on 10 Jan 2014, 09:53 AM
Hi,

Please note that you can use given EditorTemplate in multiple Grids - for more information I would suggest to check the following help topic:

Regards,
Vladimir Iliev
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
Tags
Grid
Asked by
Ga
Top achievements
Rank 1
Answers by
Vladimir Iliev
Telerik team
Share this question
or