Browse by Tags
All Tags » Grouping » Groups Grouping Events (RSS)
-
Hi,
How can i disable grouping for some columns in XceedDataGrid control ???
-
We are using grouping in the datagrid and want to display the number of selected items in each group header. there is a ItemsSelected property on the datagrid as a whole, but we want to find out how many are selected in each group.
we have been going round in circles with this. the only solution (hack!) we have come up with ...
-
Hi everybody,
I want to customize group header appearance defining a GroupConfiguration item in window resource and passing this item to ''OrderID'' column on OnApplyTemplate method . To do this I wrote this XAML:
<Window>
<Window.Resources>
<!--DataGridCollectionViewSource-->
...
|
|
|
|