Hallo,
I have a windows form with two panels. One containing a treeview and the other a datagrid.
i have given tabindex 0 to treeview and 1 to datagrid. but when the datagrid has focus, and when i press tab, it navigates through each column till the last row. I want to prevent this. When the datagrid is in focus and if i press tab the treeview should get focus.How can i implement it Or how can i prevent navigating through each column
thanks n regards
swingme

tabstop in datagrid