Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
145
WinTree Tabs From Cell To Cell
posted

Hi,

I am now using UtraTree with outlookexpress viewstyle, I am like to know how can i do cell editing by pressing tabs in order user can move to next node's cell to do editing on next data?

 

I added keymapping as below:

Dim keyMapping As New TreeKeyActionMapping(Keys.Tab, UltraTreeAction.NextCell, UltraTreeState.CellInEditMode, _

                     UltraTreeState.InEdit, Infragistics.Win.SpecialKeys.All, 0)

 

        UltraTree1.KeyActionMappings.Add(keyMapping)

 

but seems it's not working as expected. Once i press tabs it focused to the others button on the form instead of jump to next cell.

Am i configured wrongly? or i used the wrong way?

 

 

 

 

Parents
No Data
Reply
  • 69832
    Suggested Answer
    Offline posted

    Becuase the control exposes a property that determines whether the tab key navigates through cells (see UltraTree.ColumnSettings.TabNavigation), it does not support custom key actions that use the tab key.

Children
No Data