Browse by Tags
All Tags » DataGridCollectionViewSource (RSS)
Showing page 1 of 2 (19 total posts)
-
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
-
Dear support forum,I have created in xaml a DataGridCollectionViewSource which works fine.Now I have added DataGridGroupDescription for a column (but the same happens if I just group the column with the mouse) but I have a problem:the items insde the cell are not strings or numbers, they are instance of a particular custom class, so each ...
-
Hi all,
we have a problem using a grid with DataGridCollectionViewSource binded to a BindingList:
whenever a row is created, each of its values set by the user is lost, except for the one in the last modified cell.
We observed that the ''CancelNew'' method from the BindingList is called everytime the changes are committed,
e.g. using ...
-
Hi there, sorry for the length of this post, this is a particularly tricky
problem to explain
I've been evaluating the Xceed grid and have been very impressed to date,
but I fear I may have uncovered a bug.
To set the scenario, I have an application that uses a control app to spawn
multiple windows, each with a dedicated UI ...
-
If I set e.Cancel = true in a DataGridCollectionViewSource.CommittingNewItem event handler, an exception is thrown that shows in my insertion row as a red exclamation mark icon and a tool tip message saying ''CommitNew was canceled''.
I don't mind the red exclamation mark icon, but is there any way I can display a different message to the user ...
-
I think this might be something obvious. I am playing around with the grid and I have to update the grid with data on a timer and for some reason whenever I clear dataset and bring new data into the dataset the cleared rows still show up in the xceed grid even though they no longer exist in the dataset. I have called the ...
-
Once I got past my silly mistakes and was able to get a DataGridUnboundItemProperty to hit my event handler for QueryValue, I found that I only ever receive an EmptyDataItem as e.Item, instead of a DataRowView as all the examples I have found indicate. Of course, I can't calulate much with only an EmptyDataItem. The first column shows ...
-
hi,
I am using persist user setting facility of the grid.
But i am facing a problem while my grid is having the '/' or any special character in Xceed Grid in Column
Name same in Field Name then it is not showing the Data for the column also. I checked it in the ItemsSource it is also having the Records. Clients want the data to be having ...
1
|
|
|
|