Is is possible to start a drag or move operation on a row in the grid and only move all but the first two cells within a row . In other words, the first two columns of data in my grid are “fixed” channel assignment values, and cannot change, but all remaining cells in that row can be moved up or down all at once to change what row the partial row data belongs to. See example pic below:
I do not want to move the whole row, only part of it.
any help or direction would be appreciated.