Hi
I need a hint how to implement the editing of multiple cells with one operation? Using MS-DataGrid I'm waiting in the PreviewKeyDown event for Key.Enter and then copy the entered value from the visual tree to all selected cells.
Is there an easier way to do this with the RadGridView?
UPDATE: Found the RowEditEnded by my self. The only left issue was to leave the edit mode of the next cell after hitting enter. Solved this in the PreviewKeyUp event.
I need a hint how to implement the editing of multiple cells with one operation? Using MS-DataGrid I'm waiting in the PreviewKeyDown event for Key.Enter and then copy the entered value from the visual tree to all selected cells.
Is there an easier way to do this with the RadGridView?
UPDATE: Found the RowEditEnded by my self. The only left issue was to leave the edit mode of the next cell after hitting enter. Solved this in the PreviewKeyUp event.