i have a paging bar. which i want the current page to be dynamic which can be 2 or 3 rather than default 1 from the grid panel the index which i selected.
so i added paging.store.loadPage(dynamicpage) for example. for the first time i select the row and the index passed over to the loadPage was ok. but when i select the second time, there an error: Can't execute code from a freed script. so where did i done wrongly?