Browse by Tags
All Tags » DataGridControl » DataTemplate (RSS)
-
Hi all,
I'm evaluating the Xceed DataGrid for almost 2 weeks now.
I want to have a DataGrid with DataRows containing a Expander control. This Expander should contain a extra row with cells hidden when the Expander is in collapsed mode.
Before I start, I want to double-check that I'm using the right approach.
I understand that a DataTemplate ...
-
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,
I have a datagrid control in that i have added one more column to the grid .
<xcdg:DataGridControl Grid.Row=''2'' Loaded=''XcDataGrid_Loaded'' Name=''XcDataGrid'' HorizontalAlignment=''Left''>
<xcdg:DataGridControl.Columns>
<xcdg:Column FieldName=''pp'' ...
|
|
|
|