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
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!