Browse by Tags
All Tags » DataGridControl » Binding (RSS)
-
Recently, we had a question here at technical support asking if we had ''Excel Like Selection of DataCells''.
Well... we don't! When SelectionUnit is set to Cell on DataGridControl it is possible to make your selection on a cell-by-cell basis and to select multiple cells at once by Shift Clicking but still, that is not what some clients expect, ...
-
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 need to display a datagrid with two columns that are bound to the same property. Here is the code I am using but it does not work:
DataGridCollectionView dataGridCollectionView = new DataGridCollectionView(list, typeof(MyData), false, ...
-
Hi,
I am binding the DataGridControl from code behind using datagridcollectionview.....Suppose my datatable contains 5 columns . Now in the xceed grid i want to display the values of 1st and 3rd column in the same header i.e. in one column . How can i achieve this ?????
-
After one or more of my underlying items of my DataSource has changed, I call ResetBinding( false ) on the datasource so the grid can refresh its content. From times to times, I get the following exception:
Cannot perform this operation while the generator is busy generating items
Here is the detail of the ...
|
|
|
|