How to locate a row in sorted grid column

Want to show all rows (sorted) in a grid but goto a specific row based on value (alphanumeric)?  Can implement binary search on column but maybe you can save me the work...


thanks in advance 

There is a built-in grid.Find() function that can locate cells in the grid based on a cell value.