Browse by Tags
All Tags » Documentation (RSS)
Showing page 1 of 3 (21 total posts)
-
In your EditTemplate, you need to use a CellEditorBinding to bind the value of the IsChecked property.
-
Do you have any errors in your output window? The Displaying a scroll tip example in the documentation demonstrates how to change the scroll tip template.
-
You can take a look at the LINQ to SQL example in the Providing Data topic for an example of how to use the grid with LINQ and how to change the content displayed by the grid by changing the query when a new value is selected in the combobox.
-
The ''Alternating DataRow Styles'' in the Styling Elements topic demonstrates how to do this.
-
You can take a look at the LINQ to SQL example in the Providing Data topic for an example of how to use the grid with LINQ.
-
Take a look at the Providing Unbound Data example in the Providing Data topic.
From the same topic:
The DataGridCollectionView supports insertion as long as the underlying DataGridCollectionView-wrapped collection implements the IBindingList interface (you can also use BindingList<>) and its AllowNew property ...
-
Example 3 clearly demonstrates how to use the StatContext attached property. Here is the example (I will fix the documentation)
<Grid xmlns:xcdg=''http://schemas.xceed.com/wpf/xaml/datagrid''> <Grid.Resources> <xcdg:DataGridCollectionViewSource ...
-
Hi Dorin, You can refer to the product documentation on Master/Detail feature, more particularly the section that describes how the auto-detection of details is done:http://doc.xceedsoft.com/products/XceedWpfDataGrid/Detail_Descriptions.html
-
The Formatting a cell's content example in the Template Elements topic demonstrates how to format a cell's content by create a new CellContentTemplate (DataTemplate) in which the binding on the Text property of the TextBlock that is used to display the cell content uses an IValueConverter to change how a cell's content is displayed.
-
You could use ValidationRules as described in the Validating Data topic. The upcoming version of the grid will provide enhanced validation features, including support for IDataErrorInfo.
1
|
|
|
|