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
885
Reloading browser (i.e., Chrome), doesn't appear to clear the web data grid
posted

I was doing some testing with my application which contains a web data grid within a web tab. Usually after I make some aspx changes during debug mode, I end up refreshing the browser. I am not at the stage where I am dynamically loading data into the web data grid based on some form filled data, but when I hit the refresh button, the only control that doesn't reset properly is the web data grid. Previously selected data still shows up in the web data grid?

Paul

Parents
No Data
Reply
  • 885
    posted

    I suppose I can clear the datasource, columns and rows upon initializing the page again, but isn't that counter-productive? Shouldn't it do that already?

    Paul

Children