Hello.
Is there a way to apply style for the whole header and all its events like mouseover and so on? I'm trying to apply style to XamWebGrid.HeaderStyle but it's applied only to columns which have cells. Other cell headers like row selector etc. remain untouched.
Thank you.
Hi,
In order to Style the entire header, you need to access the various column types. Such as RowSelectorHeaderStyle, FillerColumnHeaderStyle, etc. The reason we wound up taking this route was to give designers the flexibility to style every part of the xamWebGrid.
-SteveZ