advanced grid auto select first row
I am using an advanced grid to display some data and when a user selects one of the rows the data from that row is shown in a form on the same page. When the data first loads I would like to have the first row auto selected and its data shown in the form. As far as I can tell there is no setting in the grid to have a particular row autoselected which would fire the SelectedRowsChanged event. I know how to do this using a session variable but I was curious if someone knew of an easier way. BTW I am using version 7.4 (I don't know if things have changed in version 8 or not).

