ASPxGridView With ASPxCheckBox in DataItemTemplate

digitslr31

New Member
I'm very new on ASP.Net and i have a problem.I'm trying to make a matrix grid on a ASP.NET form.I'm using E.F 4.0 and i have a table as Form template to generate the matrix grid. The ASPxGridView use ASPxCheckBox inside on DataItemTemplate.So, i'm trying to loop inside to grid rows to take the values of each checkbox on code behind c#.Unfortunately, the value of each checkbox is always false even if it is checked.How can i loop inside the grid rows and take the value of its check box?
 
Back
Top