row focus in the solution model

We create a list in a TabPanel with the solution model, when I reloaded the list the row focus jumps to the first row.
It would be nice if I’m able to set the row focus to the row I had selected before reloading.
Any Idea?

Yes, you could do this:

var _index = foundset.getSelectedIndex()
	
	//do all you solution model stuff
	
	foundset.setSelectedIndex(_index)