Search
You searched for the word(s): [no words] || User(s): simone
Showing page 1 of 3 (28 total posts)
< 1 second(s)
-
For those looking to achieve this, the only option at the moment is to store the original settings in a local varible and apply those settings when you want to reset the grid to the initial state.
Cheers!
-
Have you sorted it out?
Is storing in a local variable the default before loading the saved settings the only way to do this?
Thanks!
-
Thanks to Vanguard support I have a solution to this:
<xcdg:DataGridCollectionViewSource x:Key=''ReportDataDGCVSReference'' Source=''{Binding ReportData}''><xcdg:DataGridCollectionViewSource.GroupDescriptions><xcdg:DataGridGroupDescription PropertyName=''PositionType'' ...
-
Thanks to Vanguard support I have a solution to this:
<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'' /> ...
-
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
-
Hi!
I am still having problem with this, can you provide me an xample on how to do it? Basically I simply want the first column to looks like the column headers or the rowselector cell as I need to display a matrix and I need a row ''header'' if you want to call it like that.
Or, if it is easier, can I display the data from my first column in ...
-
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 ...
-
Thanks, this help.
Can I set the style with a trigger or something similar for column number one? I ask this as I dont explicitly define the columns so I cannot directly set it.
Can I use ''tableflowViewColumnManagerCellTemplate'' key to apply the style to the first column I guess, isnt it?
Thanks.
1
|
|
|
|