I have to bind dropdown list in popup from Telerik grid when you click on edit. Now i wanted to get the selected value from grid.
Please help me out on this issue.
Thank you.
1 Answer, 1 is accepted
0
Svetoslav Dimitrov
Telerik team
answered on 14 Apr 2021, 01:37 PM
Hello Lakshmipathi,
You can use the Editor Template for the Grid. It allows you to control what is rendered when the Grid enters the Edit mode. It provides a context object that needs to be cast to the type of your data and contains the information for the currently edited Grid row. You can use the context to bind the respective value to the DropDownList.