Hi,
I have a webgrid which connects to a datasource. When I set the .connectionString and .SelectCommand props my webgrid is automatically databound, right?
So my question is, should I avoid doing this if it is a postback? Because if I don't "Group By" stops working. And if I do, editing does not show my changes until I reload the page.
I guess I should mention that I am using AJAX and and the grid is in a UserControl.