How do I add text to the generated text boxes for this column. The check boxes show up fine and work as expected, I just want text next to them. This includes the header. I set the header text property but that doesn't seem to do anything.
Here is the definition for the column.
Don
Here is the definition for the column.
<telerik:GridClientSelectColumn DataTextField="Id" HeaderText="Select All" |
HeaderAbbr="Select All" HeaderButtonType="TextButton" |
HeaderTooltip="Select/Deselect All" Text="Select" /> |
Don