c# - Focus does not move to next new row in grid view when press tab key -


i have designed wpf page. not able set proper tab navigation on grid view. controls (grid view) on page not following tab index. page contain grid , save,cancel button.

there gridview. grid has rows , columns. each row contains 2 autocompletebox , 6 textboxes. when first enter value on first autocompletebox,then enter tab move next box , on. enter value in last text box , press enter button, new row formed in grid. press tab focus move on outside button(save button). want move focus on next box( first autocomplete box,not on save button) in second row in grid.pls help...

have tried set/ correct control.tabindex properties of freshly added item? see msdn - control.tabindex property .

maybe using addingnewitem event in order manipulate added items before displayed. see msdn - datagrid.addingnewitem event.


Comments

Popular posts from this blog

Android layout hidden on keyboard show -

google app engine - 403 Forbidden POST - Flask WTForms -

c - Why would PK11_GenerateRandom() return an error -8023? -