aspdotnet_website_programming thread: template columns in Web Forms DataGrid control
Hello,
The DataGrid in VS.NET (C#), on a WebForm, has the possibility to have
template columns (see help on "template columns in Web Forms DataGrid
control) in which it is possible to put any controls (like CheckBox,
RadioButtonList, etc...). It is even possible to bind these controls to a
DataSet.
Does anyone know how to read the state of these controls in order to be
able to set the appropriate value of the underlying DataSet Column?
It seems that there is a possibility with Buttons (see help on "Responding
to Button Events in DataGrid Items"), but I couldn't apply it for other
Item Types.
Would be a nice feature when it works, thanks for your feedback.
Hubert Retif