Datagrid Sort Symbol

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Does anyone know of a way to show ascending/descending symbols in the header
when sorting a datagrid. At the moment the header text is underlined, but the
design i am working to has little triangles next to the title to show the
direction of sorting.

There does not seem to be a header template, so how can I do this?

Thanks

Rob
 
Hi there,

You need to handle the Datagrid's ItemCreeated event. that will give you a
reference to the table cell that contains the link. Add your image control to
that cell.

Good luck!
 
Many thanks Juan.

Madestro said:
Hi there,

You need to handle the Datagrid's ItemCreeated event. that will give you a
reference to the table cell that contains the link. Add your image control to
that cell.

Good luck!
 
Back
Top