Hello, dear colleagues.
I'd like to know, is there any approach to programmatically change grid's active page after calling dataSource.read transport method?
If I use dataSource.page(x), I'm having an infinite call chain.
I dont want to call dataSource read, my data is okay. I'd like to change grid's visual pager only, like "page 7 of 100".
Thank you.