Hi,
new to this so this question will probably be simple to answer.
I have a ultrawingrid that I would like to copy and paste a row from wthin the wingrid.
So basically
take a selected row in the grid. copy and paste into the row beneath.
Thanks in advance
Sorry, I should also mention this is to work by a button click event and in c#
Check out the AllowMultiCellOperation property on the grid.DisplayLayout.Override.
Also, if you want to do this in code using a button, then you will use the PerformMultiCellOperation method on the grid.