i have a data bound to a grid, consist of fields customer.name, customer.address, and customer.phone_number. Now my problem is if i'm in the grid column customer.name, how do i make an index that if press the key "N", my cursor should be at the record that names begins with letter "N" or if i press "O" i should be at the record that name begins with letter "O", the same will happen when i am also at the field address or at phone number.
thank you for any help regarding this matter.madix_t