bind a dropdown in a column in a datagrid based on the dropdown value selected in another column of

  • Thread starter Thread starter vishnu
  • Start date Start date
V

vishnu

Hi,
I have a fully editable datagrid which has dropdownlist in two
columns. Now i have to bind the dropdown in the second column based on
the value selected in the dropdown in the firstcolumn. so how to do it.
I am able to raise the selected index changed event of the dropdowns in
the first column, but i am not able to get the reference for the
dropdown in the corresponding row.
Regards,
Vishnucharan.
 
Back
Top