Hi
We have started using DevExpress controls recently moving from SyncFusion. I have a couple of questions around functionality that was available (or very easy to find) in Grid Control:
- I can't seem to find a way to move control to next row. When a user finish editing a cell and hit Enter. I want the control to stay in the same column but move to the next row. This was straight forward in SyncFusion.
- There isn't a default way of handling multi-cell paste. I am looking to copy a set of cells from Excel and paste in a column but it only paste in first cell. How can I achieve that in a clean-way without handling KeyDown events which sort of breaks our MVVM design. Or at least a clean, MVVM friendly way of handling this situation.
Thanks.