In previous version if you set enableViewState="false" paging still operated correctly.
In this most recent release if you set enabeViewState="false", the currentpageindex is never updated, and the pageindexchanged event is not fired. If you enable viewstate does it store all the row data in viewstate? The regular asp.net controls do, which is why we have trained ourselves to turn off viewstate for grid controls, because viewstate can get very large very quick...
In this most recent release if you set enabeViewState="false", the currentpageindex is never updated, and the pageindexchanged event is not fired. If you enable viewstate does it store all the row data in viewstate? The regular asp.net controls do, which is why we have trained ourselves to turn off viewstate for grid controls, because viewstate can get very large very quick...