Browse by Tags
All Tags » Grouping (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-->
...
-
This is a really nice control.
I am using Vista 64 SP1 and VS2008 SP1 Beta with the V3.5 Beta Framework.
I do have a couple of questions about the examples in the documentation:
1.)
XAML
Copy Code
<Grid xmlns:xcdg=''http://schemas.xceed.com/wpf/xaml/datagrid''> ...
-
I'm converting to the WPF DataGrid from the .Net WinForms version. The transition is killing me!
One thing I've noticed right away is the GroupByHeader grouped value displays the underlying bound data, rather than the content from the CellContentTemplate. I'm running across this with the ComboBox using the DataTableDictionary examples.
The ...
-
Hello:
I'm trying to have explicit control over the ordering of groups within a DataGridControl. I've tried following the example in the documentation that sorts groups by vowels first. I've also found this forum post (http://xceed.com/CS/forums/AddPost.aspx?PostID=11141) that seems to be experiencing the same problem I am having.
Here's ...
-
GroupLevelDescriptions provide complementary information to the GroupDescriptions that are used to group that data items. That said, if you want to add group descriptions at runtime, you would need to add them to either the Items.GroupDescriptions collection (see ItemsControl), or to the DataGridCollectionView[Source] to which the grid is bound.
|
|
|
|