DropDown in DataGrid

  • Thread starter Thread starter RS
  • Start date Start date
R

RS

Hello,
I need to add a dropdown list to datagrid. Once page is displayed on change
of the selection of the dropdown for that row, I need to be able to capture
the value of the dropdown and do some things in the code behind. I got
Dropdown list to show up in the grid and all values that I need are there.
What I am missing is capture of onchange event.

Does anyone have any idea how to capture event on the page behind?

Thanks so much to everyone!!
 
RS,

Mostly is it because that the property to postback after change is not set.

In a button is that default. In other controls it has to be set.

I hope this helps,

Cor
 
Back
Top