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