I have a grid with the following columns
in ItemCreate of the grid I add CustomValidators to the edit controls contained in the columns: Address, Mask, and Gateway.
In the static ServerValidate handler, I need to be able to determine the current value of the GridCheckboxColumn, DHCP.
How would I go about finding that value?
Thanks,
Steve
| <telerik:GridCheckBoxColumn DataField="Dhcp" HeaderText="DHCP"></telerik:GridCheckBoxColumn> |
| <telerik:GridBoundColumn DataField="Address" HeaderText="Address"></telerik:GridBoundColumn> |
| <telerik:GridBoundColumn DataField="Mask" HeaderText="Mask" ></telerik:GridBoundColumn> |
| <telerik:GridBoundColumn DataField="Gateway" HeaderText="Gateway" ></telerik:GridBoundColumn> |
in ItemCreate of the grid I add CustomValidators to the edit controls contained in the columns: Address, Mask, and Gateway.
In the static ServerValidate handler, I need to be able to determine the current value of the GridCheckboxColumn, DHCP.
How would I go about finding that value?
Thanks,
Steve