Browse by Tags
All Tags » DataTable » DataGridControl (RSS)
-
hello guys ,
well i love your xceed datagridcontrol , that's so nice but i have 1 problem with that :
you know what i can set my datatable about my database in APP.xaml.cs but i want to change it in all of windows in WPF Application ...
i have a datatable in one of my windows in WPF Application that it creates by a search query ...
-
Hello,
I am using Model View ViewModel pattern. I have a button inside a DataCell of Xceed DataGrid. I want to use DelegateCommand to handle the click event of the button.
Also, I dont want to write anything for the same in my Code Behind. I want everything to reside in my ViewModel.
How can this be achieved. I thought of RoutedEvents / ...
-
I am using latest Xceed DataGrid version: 3.1.
It seems that TableView.ColumnStretchMode is ignored as soon as I provide custom style for DataRow element.
It is reproducable in one of your sample applications: CustomViews.
Thanks.
-
I've got a pivot/crosstab that responds to a user filter. I create a new DataTable every time, since the filter affects the number of columns shown.
I have a DataGridCollectionViewSource bound to the DataTable property on my controller, and the ItemsSource of my DataGridControl bound to the DataGridCollectionViewSource. The DataGrid has ...
-
Hi,I have used the XceedDataGrid and populated the grid with
the DataSet. Now to Keep the things simple i just wanted to get the
value of a cell in the selected row of the when users click on a
particular row...???
|
|
|
|