Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1147
Accessing CheckBox in webgrid
posted

Hi,

 I have a template filed containg checkbox in it. how i can access that checkbox value from code.

As I have tried with

((CheckBox)(UltraWebGrid1.RowsIdea.Cells.FromKey("CheckBox1"))).Checked;

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.