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

[Solved] Multi column filtering w/ no View state

1 Answer 60 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Orin Book
Top achievements
Rank 1
Orin Book asked on 07 Mar 2013, 04:55 PM
Is view state required to perform muti-column filtering? If not, can someone point me to a decent demo of multi-column filtering with view state is disabled. The 2013 Q1 update broke all of our grids where we disabled view state for performance gains and we were able to have multi column filtering. This is a BIG step backwards if view state is required.

1 Answer, 1 is accepted

Sort by
0
Andrey
Telerik team
answered on 12 Mar 2013, 11:58 AM
Hi,

Yes, Multi-Column filtering is not supported with ViewState disabled. The behavior you were using in the previous version was caused by a bug in the functionality that disables the ViewState. In the previous version the ViewState was only disabled for the MasterTableView object not for the whole Grid and that is why the filtering was working. Now, the bug and this breaks the functionality.

On the other hand when you have EnableViewState set to false you may not get the performance gain that you are expecting. Yes, you lower the memory consumption of the browser, but you are firing request to the database on each and every postback because the data could not be reloaded from the ViewState and this could prolong the response from the server.

I hope the provided information helps.

Kind regards,
Andrey
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
Tags
Grid
Asked by
Orin Book
Top achievements
Rank 1
Answers by
Andrey
Telerik team
Share this question
or