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

Kendo grid with editable text box and dropdown

1 Answer 1225 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Palanisamy
Top achievements
Rank 1
Palanisamy asked on 05 Jan 2016, 03:34 PM

HI,

 

Could you please provide samples for loading the kendo grid with editable text box with values and dropdown with values. I need while loading the kendo grid itself,editable textbox with values and dropdown with values need to render. 

 

Please find the attached image for further reference.

1 Answer, 1 is accepted

Sort by
0
Boyan Dimitrov
Telerik team
answered on 07 Jan 2016, 01:57 PM

Hello Palanisamy,

 

Please find a sample http://dojo.telerik.com/OQaSE example that shows how to use the column.template to define the template for the column. In order to initialize the widget you can use the dataBound event. The DropDownList is bound to the name property of the model, so if user selects another item the name field of the model will updated with the selected value. 

 

Regards,
Boyan Dimitrov
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
Palanisamy
Top achievements
Rank 1
Answers by
Boyan Dimitrov
Telerik team
Share this question
or