Browse by Tags
All Tags » ItemsSource (RSS)
-
Hi,
I wanted to set a MouseDoubleClick trigger on the rows of my DataGrid. As:
<Style TargetType=''{x:Type xcdg:DataRow}'' > <EventSetter Event=''MouseDoubleClick'' ...
-
When changing the ItemsSource the DataGrid doesn't remove the old columns from the grid, yet it will add the new ones.
<DataGrid:DataGridControl ItemsSource=''{Binding DataModel.CollectionView}'' />
The DataModelCollectionView is of type DataGridVirtualizingCollectionView
I have two CollectionViews (of different types) that can be ...
-
I am using a DataGridControl hosted inside a container control (Infragistics SplitPane/ContentPane) that is part of the Infragistics dock manager control suite (XamDockManager).
If I instantiate a UserControl containing the DataGridControl within a floating SplitPane/ContentPane and immediately invoke a function on it (using the dispatcher), the ...
-
hi,
I am using persist user setting facility of the grid.
But i am facing a problem while my grid is having the '/' or any special character in Xceed Grid in Column
Name same in Field Name then it is not showing the Data for the column also. I checked it in the ItemsSource it is also having the Records. Clients want the data to be having ...
-
Hi,
I'm experiencing similar error:
1. Bind ItemsSource with DataGridVirtualizingCollectionViewSource.
2. Manually (not from Grid interface) filter datasource (less records).
3. Unbind ItemsSource, InvalidateVisual (grid is on hidden TabItem).
4. Switch to TabItem.
5. Inside OnRender (before calling base implementation) bind ...
-
This post contains three questions really, so I'll try and be as succinct as possible.
I have a class (MyClass) derived from UserControl containing a DataGrid with a Column defined as thus:
<xcdg:Column FieldName=''Contact'' ForeignKeyConfiguration=''{StaticResource contactForeignKeyConfiguration}'' />
The ForeignKeyConfiguration is ...
|
|
|
|