How does one programically select the top row of a JQGrid. I want to have the top row already selected when it is opened on the page. My grid is sorted by a descriptive column so the first row's id could be any number. I know the method to use I just don't know how to get the rowid for the top (first) row. The method is:
jQuery("#mygrid").setSelection(rowid, true);
I know there must be a simple solution to this but I just can't figure out how to do it.