Hi,
I have a template filed containg checkbox in it. how i can access that checkbox value from code.
As I have tried with
But it is not working...gives error "Cannot convert type 'Infragistics.WebUI.UltraWebGrid.UltraGridCell' to 'System.Web.UI.WebControls.CheckBox'"
how i can I do this?
Thanks.
In a template column, it wouldn't be the cell that would be checked, it would be the CheckBox control you put in the template.
HTH