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
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?
Hi Paul,
Thank you for using our forum.
When you change the grid data it is better to clear the data source and assign it new after that.
Please let me know if I can provide any further assistance.