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
65
Databinding and persisting data question
posted

I'm loading an UltraWebGrid control thats bound to a SqlDataSource.   I then filter the SqlDataSource and databind the UltraWebGrid and the grid displays as expected.    The user then make changes to the grid and then clicks on an urelated button on the form.   When this happens, the grid reloads without retaining any changes or previously applied filter.   How can I have the user click the button without the grid reolading and loosing any previously entered user data?

Thanks in advance for any replys.