Browse by Tags
All Tags » DataGridControl » DataGrid (RSS)
-
Hello,
I want to resize all rows of my DataGridControl, but i can't find this feature. Help please !
-
I have a DataGridCollectionViewSource in the Resource part and define some DataGridItemProperty to the ItemProperties. The first time the DataGridControl is initializing correctly with this resource as ItemsSource. All directly in XAML. The DataGridCollectionViewSource is bound to the DataContext. All looks fine but if the DataContext is ...
-
I managed the situation handling the DeletingSelectedItems in this way:
private void dataGridControl1_DeletingSelectedItems(object sender, Xceed.Wpf.DataGrid.CancelRoutedEventArgs e) { if ...
-
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 ?????
-
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...???
-
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 ...
-
Hi,
I try to use the CellValidationRule on a wpf grid. Looking at the document example I can see that there is a returned object: return new ValidationResult( true, null );
But return to which object? and how to get this ValidationResult accessible from a user control that contains the grid,before the UI get displayed?
looking at ...
|
|
|
|