Browse by Tags
All Tags » Grouping (RSS)
Showing page 1 of 5 (43 total posts)
-
Michael,
Thank you for your response. I'm having another problem with this code. I was able to get the statFunction to work, but now when I group the results and then scroll the datagrid up and down, or collapse a group, the table starts to fall apart.
Here is an example screenshot of my datagrid: http://imgur.com/hrII3 I ...
-
Dear Forum,
I have a grid with grouping and a total for a column at group level.
I would like to ''amend'' this total, or write an amended total in a box near this total, and rerieve all this amended totals from the view model, any idea how I can do this?
Many thanks,
Simone
-
Dear Forum,
I have a grid binding to the followinf DataGridCollectionViewSource:
<xcdg:DataGridCollectionViewSource x:Key=''ReportDataDGCVSReference'' Source=''{Binding ReportData}''> <xcdg:DataGridCollectionViewSource.GroupDescriptions> <xcdg:DataGridGroupDescription PropertyName=''PositionType'' /> ...
-
Dear Forum,
I have a grid binding to the followinf DataGridCollectionViewSource:
<xcdg:DataGridCollectionViewSource x:Key=''ReportDataDGCVSReference'' Source=''{Binding ReportData}''> <xcdg:DataGridCollectionViewSource.GroupDescriptions> <xcdg:DataGridGroupDescription PropertyName=''PositionType'' ...
-
Any help on this please? It is quite urgent.
The only workaround I have found is, in the view model, check the objects and replace them with a single one when the undelying value is the same... but it is not very good if I have to do this for each column
-
Hello everybody
I developed the following grid with statrows and statcells:
<UserControl.Resources> <xcdg:DataGridCollectionViewSource x:Key=''GridViewSource'' ...
-
we have implemented the Pagination control which will be used as data source for xceed data grid. data pages should be determined by current column sort state.
so sorting have to perform at server-side, so we disabled the default sort for very column.we added button control to column TitleTemplate to handle column click, in event ...
-
There is probably a very simple flag for this... I have a dataset that comes presorted, it has a column called IsFavorite. Imagine
true result1true result2false result3true result4false result5
When I group by IsFavorite and take the empty sort OR apply the ascending sort, I see (correctly)
IsFavorite: ...
-
Hi,
I am having a similar issue to the following post http://xceed.com/CS/forums/post/16226.aspx
My Datagrid is bound to an ObservableCollection, if I apply a grouping to a column, when the grouped property changes on the items in the grid, the value in the cell are updates as expected (due to the property changed notification), however the ...
-
In a standard grid you can have the grid alternate the color of each row. Is it possible to alternate the color of the group header rows and if so how would I go about implementing it?
Thank you.
1
|
|
|
|