I've been researching optimization tips and tricks and have been playing around with disabling viewstate on my grids. However, I've ran into an issue where the ItemCommand event doesn't fire when disabling viewstate. This is an issue for me because nearly all my grids are functional; i.e. they are not display only grids. I also use DataKeyNames quite extensively and am curious if this is affected by disabling viewstate.
So, I just wanted to verify that it is expected that ItemCommand will not fire when viewstate is disabled or if I'm doing something wrong.
So, I just wanted to verify that it is expected that ItemCommand will not fire when viewstate is disabled or if I'm doing something wrong.
