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
364
Fixed Header Indicator Button Issue
posted

Hi,

I have a webgrid using Fixed Headers and I allow columns to be fixed/freed using the FixedHeaderIndicator.Button.  But when I click the button, the grid requeries the database in order to fix/free the header for the selected column.  This can be a lengthy process when the result set is large.  I also don't want to have the dataset requeried everytime, as this will increase my web traffic and hit on my database.

Is there a way to do this without have the webgrid requery?

Thanks, Mark