I would like to select a row on a listgrid (with paging) on startup. the only way that i could make it work was: call fetchData, than call scrollToRow (which causes another fetch), then set a timer (because scrollToRow doesnt have a callback) and then call selectSingleRecord.
Is there a way to set an initial offset for the listgrid, so there won't be the 2 fetches and the need for the timer?
Is there a way to set an initial offset for the listgrid, so there won't be the 2 fetches and the need for the timer?
Comment