Browse by Tags
All Tags » data grid » CellEditor (RSS)
-
Hi everybody and thank you for your support,
I have a datagridcontrol and i wish to edit cells and update the database. I actually can edit cells directly from the datagrid, but i need to operate on the EndEdit event to update the database. But i can't find this event !!
Please help, and thanks a lot.
-
Hello,
In our project we have created a custom ComboBox enabling multiselection and other options such as search filtering (i.e pressing 'ab' on our custom ComboBox will show all values with 'ab' within them). Among other thing it holds additional properties such as search filtering type (prefix, exact match, etc.)
We use the Xceed Datagrid ...
-
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 / ...
|
|
|
|