Hi,
I want to fire events of Datatgrid without maintaining the view state.
If I disable the ViewState then the events are not fired.
The reason I don't want to maintain view state is because its too heavy when
the data
increases.

Is there any way I only write the ViewState which is required to fire the
dataGrid Events?
I tried to override the SaveViewState and SavePageStateToPersistanceMedium
but don't have an idea what
part of view state is required to fire datagrid events?

I also want to avoid javascript.

Can any body help?

Thanks

Dinesh Upare