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
395
To databind or not, that is the question
posted

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.