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

Use widget in Grid

5 Answers 96 Views
Grid
This is a migrated thread and some comments may be shown as answers.
mosa
Top achievements
Rank 1
mosa asked on 03 Jan 2013, 04:15 PM
how can i use kendo dropdownlist or other widgets in a grid cell in edit mode ?

5 Answers, 1 is accepted

Sort by
0
Iliana Dyankova
Telerik team
answered on 03 Jan 2013, 04:36 PM
Hi Mosa,

This can be achieved using editor for the columns. For working example please check this online demo

Regards,
Iliana Nikolova
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0
mosa
Top achievements
Rank 1
answered on 03 Jan 2013, 04:57 PM
Hi , thanks for reply
But I can't understand the logic of the code !
Did you mean this line : 
columns.Bound(p => p.Employee).ClientTemplate("#=Employee.EmployeeName#");
Well what is ""#=Employee. EmployeeName#"" ?
0
Iliana Dyankova
Telerik team
answered on 07 Jan 2013, 03:27 PM
Hello Mosa,

First of all, let me apologize - the ASP.NET MVC syntax in the example I pointed is not correct (it is not related to the grid on such demo). We will do our best to address the problem as soon as possible.

Generally speaking, in the Kendo UI Web suite the editor is defined through columns.editor, while ClientTemplate is used to specify the way the column is displayed in MVC.
 
On a side note, I recommend you going through the online documentation (I believe the getting started section will be useful).
 
Kind regards,
Iliana Nikolova
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0
mosa
Top achievements
Rank 1
answered on 12 Jan 2013, 08:09 AM
Notify me please on sample correction
tnx
0
Iliana Dyankova
Telerik team
answered on 22 Mar 2013, 04:59 PM
Hello Mosa,

I am glad to inform you the example is already updated (link).
 
Regards,
Iliana Nikolova
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
Tags
Grid
Asked by
mosa
Top achievements
Rank 1
Answers by
Iliana Dyankova
Telerik team
mosa
Top achievements
Rank 1
Share this question
or