Browse by Tags
All Tags » Xceed DataGrid WPF 3.x (RSS)
Showing page 1 of 5 (44 total posts)
-
I have a couple of combo boxes that run outside the datagrid. Basically they perform the functionality that the TableView sample does, like allowing filtering, etc. What I would really like to do is have those combo boxes use the same style as the combo boxes within the grid. I have looked through the samples and haven't seen that done anywhere. ...
-
Hi Jenny,
Now i am trying to build the grid in slightly different manner.
Is it possible to build the grid in the format ...
-
Thanks for the explanation derek.
i am quite new to xceed datagrid. It would be great to provide a sample application and might help to implement the same.
Anyway thanks in advance.
Regards,
Siva
-
I am also facing the same issue.
Please help.
-
Hi Derek,
Thanks for the sample.
Still this example is the same functionality of Column Chooser in the Xceed datagrid control.
But my issue is am not able to group multiple columns to hide/ unhide. Now the columns also will be generated dynamically.
I think you have understood the complexity.
Thanks in advance.
Regards,
Siva
-
Sample code will be helpful.
Thanks in advance.
Regards,
Siva
-
Any update on this feature?
Please reply asap.
-
Does anybody know if there is a way to do this in XAML?
-
Thanks Preet.
Here is the solution what i have done.
Once the datagrid control is loaded, i am binding the list view to the INotifyCollection Changed EventHandler.
private void myGrid_Loaded(object sender, RoutedEventArgs e)
{
DataGridCollectionView view = this.myGrid.ItemsSource as DataGridCollectionView;
if (view != ...
-
There was another clarification required.
Can we take the distinct of the ''Year'' column and display as column header/title.
Thanks,
Siva
1
|
|
|
|