I have a grid view which has 10 rows. I have set paging = true and pageSize = 2
Now when I try to navigate through the page by the below mentioned link like 1, 2, 3
, I then receive error something like need event pageIndexChanged.
I added this event but do not understand what code should I add to this event to navigate to next page by maintain the state in each page ?
Please let me know