I'm updating an application from using old v2.5 iGrids (ActiveX) to v4.7 (we've recently bought v7, but getting this part done first)
and one 'feature' that seems different is that with grids that have a combobox, say contains "andy a", "andy b", "brian", "charlie" and "david". If the user typed 'a', the first 'A' entry would be selected. If the user typed 'a' again, the second A entry would be selected. This doesn't seem to occur in v4.7. If the dropdown is used, the keyboard cannot be used at all. if the combobox is just selected, the user can press 'B' to dropdown to the start of the B entries, but then the keyboard cannot be used.
Is there some additional flags to set, or has the feature like this been removed?