Search
You searched for the word(s): [no words] || User(s): michel [xceed]
Showing page 1 of 42 (418 total posts)
< 1 second(s)
-
Hi Tanner,
In visual studio, you can create a new project of type ''Xceed DataGrid for WPF Theme v[x].[x]'' which basically is a wizard that guides you through creating your custom theme for the DataGrid for WPF.
I hope this helps!
-
Hi Parthiv,
I have already sent a sample application in the original case 149379 to Mr Mohit, David, and Shailesh.
I have attached it again in this forum post.
-
Hi Parthiv,
After looking more carefully into this, and after discussing this with the development team, it turns out that this can unfortunately not be done through our API. Accessing the Distinct values of the AutofilterControl is programmed in a way that it could only be set through the AutoFilterControl host.
I apologize ...
-
Hi Rodney, Unfortunately, we do not support .CAB files.
-
Hi, Hiding the Detail nodes from the GroupByControl requires you to redo the template of the HeirarchialGroupByControl and to remove the ItemsPresenter that shows the Detail nodes. Comment out this part from the template in order to hide it. ...
-
Hi Parathiv,
This is not supported out of the box. However, you could access the AutoFilterValues on the DataGridCollectionView and manually persist it.
( myGrid.ItemsSource as DataGridCollectionView ).AutoFilterValues
-
Hi Anand,You must set the SelectedDate property to {xcdg:CellEditorBinding}. Here's how: <xcdg:Column.CellEditor> <xcdg:CellEditor> ...
-
Hi Tanner, This can be done through adding a sort description to the DataGridCollectionView, here's an example: ( myGrid.ItemsSource as DataGridCollectionView ).SortDescriptions.Clear(); ( myGrid.ItemsSource as DataGridCollectionView ).SortDescriptions.Add( new SortDescription( ''Column1'', ...
-
Hi Tanner,
I'm not certain of when exactly you call this code but this might be a timing issue.
You might want to try using a dispatcher.
If you are still having this problem, could you send us a basic sample that demonstrates this issue for us to investigate in more detail? You can send it to support@xceed.com. Please ...
-
Hi Insight,
This behavior is not expected.
Are you using the latest version of the component? If yes and you still have this problem, could you send us a sample application to support@xceed.com?
Please include a reference to this forum post in your email.
1 ...
|
|
|
|