Browse by Tags
All Tags » DataRow » DataTable (RSS)
-
I made sure to go through the blogs, forums, sample code and KB. The sample code itself was confusing because it was bound to a custom class, or done using XAML.
My issue is that I have the .ItemsSource for dgGridName set to a built-from-scratch DataTable (dTab) in one function, and then I have a second separate function that reads ...
-
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 / ...
-
Hi all,
I have a DataGridControl , i attached the datasource to the grid through DataGridCollectionView.... Now i want to add a column at run time to the same DataGridControl , but this column will have a different DataSource. How can i get this ??? If i am not clear to you i can clarify more ..........
-
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...???
|
|
|
|