Hi,
I have tree nodes with multiple columns and would like for the user to navigate between columns using the TAB key. The navigation should also trigger the column to be in Edit Mode.
Is this possible?
Thanks for the help.
Hi Joseph,
I’m glad that you were able to find what you are looking for, Please let me know if you have any other questions.
Sincerely,
Sahaja Kokkalagadda
Associate Software Developer, Windows Forms
http://es.infragistics.com/
I think I found my answer
this.ultraTree1.ColumnSettings.TabNavigation = TabNavigation.NextCell;