1
I have a spreadsheet where I can upload numerous records, and I also have a field to search for any record.
When I look for a particular record and the system finds this ROW
it is automatically selected!
Currently, when I search for the record and the system selects the ROW
I need to manually scroll the scrollbar up to the ROW
selected !
I wish as soon as one ROW
if selected the spreadsheet jumps to where is this particular record that was selected.
You just need to give one
focus
in gridview, that’s it ?– novic