Hi,
I need to implement the TabIndex to the Columns.
Now the TAB key moves to the next cell, but i need to move to the "next index Columns", like a tab index in control forms.
I don'f find this property to the GridColumn, there is any solution?
I try to catch the key down event and set focus programmatic, i disabled the TAB key pressed and now i search in a dictionary for the index order, but i don't like this solution.
Thank you.