Hello,
I am trying to get the GridViewDataColumn after mouse click.
I can notice that radGridView.CurrentCell.Column is updated on left click. So if I perform left click and then right click, the context menu is open and I have reference to the correct column.
But if Ido right click in different cells, the current cell is not updated al I have refence to the old column.
How can I get the GridViewColumn from Cursor position.
I have only the grid, I haven't any mouse arguments.