I just want to know if it's possible to give a title such as "Select" above the row selector area? I can't find where to add that, If I can.
thanks,
Mario
Hello mario101,
I believe the area above the RowSelectors is part of the header div. You can use Firebug or the IE Dev Toolbar to find out its exact id, but it will end in '_hdiv'.
You could theoritically add elements or text to that div using the grid's InitializeLayout client-side event.
I looked, and that won't work since that area doesn't have any sort of id associated with it. It just puts a generic th with the correct styling. But no ID for it.
Any other ideas? or is it just not possible?
I would like to put the word "Select" in the header. Mario101, any luck yet??
Also, I want to know if its possible to put the word "Select" in the row selector on each row?