Browse by Tags
All Tags » Sorting » ColumnManagerRow (RSS)
-
Hi Michel,
Partially.
I am aware of those DataTemplates but I don't know how to use them. I have a grid filled with records and I need to (at runtime) DISPLAY the glyph in column's header. How can I do that?
Vit
-
Hi,
I use custom sorting in non-virtualizing grid:
- sorting of ItemsSource through SQL query ORDER BY
- custom handling of mouse events on ColumnManagerRow
- ColumnManagerRow.AllowSort = false
I need to display Asc/Desc glyphs in column header. This is normally done by changing Items.SortDescriptions but making changes of ...
|
|
|
|