Hello Harigopal,
The DropDown can be used in the Grid with its
column.editor property:
http://docs.telerik.com/kendo-ui/api/javascript/ui/grid#configuration-columns.editor
We also have a runnable example demonstrating this:
http://demos.telerik.com/kendo-ui/grid/editing-custom
The example demonstrates the implementation, and also the response can be observed in the network tab.
Important details:
1) Make a function which will create the DropDown editor.
2) Set the function to the
column.editor property.
3) Set default value to the model.
All of these are demonstrated in the provided example.
Regards,
Stefan
Telerik by Progress