1
Answer

DataGrid CheckBox problem

ana_paranos

ana_paranos

21y
4.2k
1
I have DataGrid with template column and in hte header and item I have Check boxes. I want to click on the Checkbox in the header to select all other check boxes. I am trying to find that control: dgDataGrid.FindControl("CheckAll") but it cannot see it. What am I doing wrong??

Answers (1)