Hello, I'm creating a grid on a sharepoint webpart witha gridClientSelectColumn, when I try to click the checkbox on the header I'm getting an error "null is null or not an object" at the following line's onclick event. Looks like it doesn't find the Grid.
| <th scope="col" class="rgHeader"><input id="RadGrid1_ctl00_ctl02_ctl00_CheckBoxColumnSelectCheckBox" type="checkbox" name="RadGrid1$ctl00$ctl02$ctl00$CheckBoxColumnSelectCheckBox" onclick="$find("RadGrid1")._selectAllRows("RadGrid1_ctl00", "", event);" class="rgCheck" /></th> |
I'm creating the grid in CreateChildControls Method.
Any help please?
thank you,
Phani