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

Not able to bind the dynamic Dropdown list for each row in the grid

1 Answer 177 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Sreejesh
Top achievements
Rank 1
Sreejesh asked on 21 Oct 2013, 09:39 AM
Hi,

I have a column as “Mach Id” in the grid. This column needs to be a dropdown list. The values that need to be bound to this dropdown are not constant. It is dynamic for each row based on the “Workcenter” and the “OrderId” column. I am able to get the combo box by using the client template but the values are not bounded. Please provide a solution for this issue.

Regards,
Tamil

1 Answer, 1 is accepted

Sort by
0
Daniel
Telerik team
answered on 23 Oct 2013, 09:49 AM
Hello Tamil,

You could either include the fields in the dropdownlist data and use the dataBound event to filter each dropdownlist with its dataSource.filter method or use remote binding for the dropdownlist and pass the values from the row to the request data so that the data can be filtered on the server.

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