I have a hierarchical webgrid that allows paging and sorting on both bands.
How to change the black arrwo that apeears when column is clicked to sort?
How to underline only few column headers in a particular band?
you can underline column headers with with the css class for column header
<HeaderStyle CssClass="dataGridDataLink" />
.dataGridDataLink
}
Regarding the sort indicator, I also require the solution for it.