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

How to maintain State without using ViewState in RadGrid

2 Answers 102 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Robert Dennyson
Top achievements
Rank 2
Robert Dennyson asked on 24 Oct 2011, 04:28 PM
Hi

I have some serious performance issue in application due to over use of ViewState and Session. To maintain DataTable current state during postbacks, do we have any other possible way? Is binding possible without using NeedDataSource event.? How to keep the values during postbacks? If enable "EnableViewState=true" of RadGrid, can I get the DataSource values between postbacks?


Thanks in advance
Robert A Dennyson.

2 Answers, 1 is accepted

Sort by
0
Jayesh Goyani
Top achievements
Rank 2
answered on 24 Oct 2011, 07:38 PM
Hello,

you can also use ViewStateCompression for compress the view state to reduce the performance issue.
as per my idea there is not any other way.

Thanks,
Jayesh Goyani
0
Robert Dennyson
Top achievements
Rank 2
answered on 24 Oct 2011, 07:44 PM
Hei Jayesh,

Thanks for your suggestion. Let me try this option.


Thanks
Robert A Dennyson
Tags
Grid
Asked by
Robert Dennyson
Top achievements
Rank 2
Answers by
Jayesh Goyani
Top achievements
Rank 2
Robert Dennyson
Top achievements
Rank 2
Share this question
or