I am using Sencha designer using extjs 4, I created one combobox in the grid, after populating data into the combobox, if i press the tab key it is not selecting any data, but if i press enter key it is selecting data.
I kept the selectOnTab check box selected, still it is not selecting any data on tab key.
Grid using cell or row selection? If cell is the grid selecting the next cell? Tried the example in the api docs for combobox and it selects on tab so thinking maybe grid is doing something.