Posted 24 March 2021, 7:18 am EST
Hopefully a simple question, but what is the best/correct way to get the column definition for the currently selected cell when using a multirow grid?
I have tried using the selection property on the grid control and then using the getBindingColumn method but this doesn’t seem to give the correct result.
Essentially i want to be able to get the row data and binding for the selected cell.