I have one SelectItem in my ListGrid. If i go by tabbing into the listgrid cells, the cell having SelectItem takes two tabs to get to next cell. In one tab, it closes the picklist and focus on cell, in next tab it goes to next cell. Same behavior is on Showcase example. Can we do this in single tab like done in combobox?
Second issue with Select Item is if i am working on my grid through tabbing, then combobox had this feature (setCompleteOnTab(true)) to enable selection on tab out but in SelectItem there is no support of this function. Can we do selection from SelectItem picklist on tabout?
Second issue with Select Item is if i am working on my grid through tabbing, then combobox had this feature (setCompleteOnTab(true)) to enable selection on tab out but in SelectItem there is no support of this function. Can we do selection from SelectItem picklist on tabout?
Comment