alski 0 Newbie Poster

Hi all. I have an unbound Infragistic SSdbgrid which I populated with names and student numbers sorted by name from a recordset. As the user typed a name from a search text box, the grid should automatically scroll and point its current row on the record matching the name with the characters from the text box. I did this so as to load the data on the grid one time only (the data is big). Can someone show me how to do this? Thank you very much.