As the title suggests, when I load my page having logged in and been redirected to the page, there is already a selection made on the first row of data.
This is an issue because the grid works by making a selection, then the user uses the menu to load another page which displays data using a session variable depending on what was selected on the first page.
This means the user is going to think a selection is already made and the session isn't empty when it is. It makes it look like the grid row doesn't need selecting first.
How can I stop it from auto selecting the first row?
This is an issue because the grid works by making a selection, then the user uses the menu to load another page which displays data using a session variable depending on what was selected on the first page.
This means the user is going to think a selection is already made and the session isn't empty when it is. It makes it look like the grid row doesn't need selecting first.
How can I stop it from auto selecting the first row?