Browse by Tags
All Tags » Sorting » DataGrid (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 ...
-
Hi,
Is there a way to disable the sorting mechanism on some specific columns of my DataGrid ?
For example, I have a 4 columns DataGrid and I want:
- the first and third columns to be sortable
- the second and fourth columns to be unsortable
Thanks !
|
|
|
|