5 Answers, 1 is accepted
0
Hi Mosa,
Iliana Nikolova
the Telerik team
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#"" ?
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
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
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
tnx
0
Hello Mosa,
I am glad to inform you the example is already updated (link).
Regards,
Iliana Nikolova
the Telerik team
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!