Browse by Tags
All Tags » data grid » CellContentTemplate (RSS)
-
The first textbox column for ''GL Code'' binds just fine and saves all edits. The second doesn't ''Deferred GL Code''. Does anyone know how to get the second to work like the first, or know a better way to do both?
Thanks, Ben
<wpfc:XceedGridExtended Grid.Row=''1'' Grid.Column=''0'' Grid.ColumnSpan=''3'' Name=''GLCodeGrid'' ...
-
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'' ...
|
|
|
|