All Tags »
GroupByControl »
Code-Behind »
HierarchicalGroupByControl (RSS)
Sorry, but there are no more tags available to filter with.
-
There is 2 things that could be done.1) Create a style in code for the HierarchicalGroupByControl, in which you set the Visibility to Collapsed, then add the Style to the newly created DataGridControl's Resources collection ( set the key as typeof( HierarchicalGroupByControl ) ). This way, the implicit style will only affect the DataGridControl in ...