bidur
01-15-2009, 03:33 PM
hi all,
There is some sort of type ahead facility in flex dataGrid and Flex Combobox .
i.e. if we press "a" then it goes to the next item starting with
"a", but if we type "d" (say) then it will go to the next one starting
with "d" rather than the next one starting with "ad".
Obviously we then
need a key to reset it again (For eg ESC or some other key) so that it forgets the previous keys and starts again e.g. "a","d",ESC,"e" will go to the next
one starting with "e".
It would be great if i could get some sample examples for enabling this facility.
Thanks
There is some sort of type ahead facility in flex dataGrid and Flex Combobox .
i.e. if we press "a" then it goes to the next item starting with
"a", but if we type "d" (say) then it will go to the next one starting
with "d" rather than the next one starting with "ad".
Obviously we then
need a key to reset it again (For eg ESC or some other key) so that it forgets the previous keys and starts again e.g. "a","d",ESC,"e" will go to the next
one starting with "e".
It would be great if i could get some sample examples for enabling this facility.
Thanks