I have a gridview and there is a column of buttons in it. when i click the "book" button the current page index(pagination- 1 2 3 4) should be enabled and the remaining page indexes(pagination- 1 2 3 4) should be disabled. and at the same time when i hit the "cancel" button all the page indexes(pagination- 1 2 3 4) should be enable back to normal. How can i achieve this
预 收