Browse by Tags
All Tags » CellEditorBindi... » CellDataTemplate (RSS)
-
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 / ...
-
The project I am working on requires all controls to be added to the screen programmatically.
I have tried creating a data grid with 2 columns one of which has an combo box edit template.
The code below I copied from other forum posts and modified it to suit my own needs however when I try to edit a record/cell the combo box is not displayed at ...
-
Support
I have a bunch of cell DataTemplates and CellEditors that I use in my code.
Example:
<DataTemplate x:Key=''LengthCellTemplate''> <TextBlock Text=''{Binding Converter={StaticResource LengthConverter}, ...
|
|
|
|