I currently add a new row to DataGridCollectionView, commit the changes and refresh DataGridCollectionView to reflect my new row on screen. Please let me know if there is a way to do this with keystrokes in control access only mode.
I want to add a new row to an Xceed grid using keystrokes or on screen user controls change (within template for e.g. textbox or combobox or custom control), rather than using code behind with DataGridCollectionView.
Thanks
Pritesh Ostwal