Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
3475
Efficient use of EnableAjax, EnableAjaxViewState, EnableDataViewState and EnableViewState
posted

My application contains hundreds of UltraWebGrids that need to be converted in order to stay current.  I am converting the first grids in order to set an example for others to follow.  I am finding it difficult to know how to use the properties of EnableAjax, EnableAjaxViewState, EnableDataViewState and EnableViewState.  As part of this convertion we would like to speed up our application.  I know carrying around ViewState slows things down but I do not see a way around this for an editable grid where we get our data from a SQL datasource.  If I turn off EnableDataViewState, I have to bind my data on every post-back and lose the changes the use entered.

Is there suggestions on when to set these values to true or false?  

Parents Reply Children
No Data