Browse by Tags
All Tags » Grouping (RSS)
Showing page 1 of 5 (44 total posts)
-
updated item is not getting grouped properly if updated property(ies) is one level down.
i.e. ConcreteTrade.IsLiveStatus
Please suggest if i m missing something.
-
You need to implement DataGirdVirtualizingCollectionViewSource.QueryGroups to overcome this problem. You cannot have a dummy implementation also. It seems like bug to me. Only Xceed can reply to this issue.
-
I recently downloaded the latest build (4.3.12124.14150) and noticed an issue with dragging columns to be grouped. It used to be that the adorner could stay directly underneath my mouse based on where I began the drag. Now, the column header appears below my mouse and is sometimes partially cutoff. The user now has to align there mouse in the drop ...
-
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 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
-
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 ...
1
|
|
|
|