This is a migrated thread and some comments may be shown as answers.

Paging Issue With EnableViewstate="false"

1 Answer 98 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Anoop
Top achievements
Rank 1
Anoop asked on 13 Dec 2011, 05:51 PM
Hi,

I'm facing issue in paging only while clicking on Next/Previous/Last/First paging buttons, I'm doing advanced binding (binding the data using NeedDataSource event) and I kept EnableViewState="false", so that I can bind the grid with some other data during post back, also I'm not calling any ReBind() method of grid during post back.

Could anyone please help me the issue with the paging, while I'm selecting any numeric numbers it's working fine but when clicking on Next/Previous/Last/First paging buttons it's not going to the curresponding page.

Thanks in advance,
Anoop. 

1 Answer, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 14 Dec 2011, 05:55 AM
Hello Anoop,

As far as I know, paging with disabled control and page ViewState is not supported. Try setting EnableViewState property of the RadGrid / MasterTableView to true. Also check the following help documentation.
Optimizing ViewState usage

-Shinu.
Tags
Grid
Asked by
Anoop
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Share this question
or