I am using the load on demand tabstrip example with 5 tabs. Each tab has autogenerated grid with column_created event for the column formatting. When the page loads, it loads the grid in first tab properly. When I click on the second tab, the autogenerated grid loads fine. There is a dropdown in the second tab, when the dropdown value changes, radgrid is again generated automatically depending on dropdown selected value. As I understand, whenever any server side event (like Dropdown selected index changed) is executed in second tab or any other tab, all the already loaded tabs will reload. This destroys the radgrid formatting in the first tab or any other loaded tab other than the clicked one. I noticed, during the second tab dropdown selectedindexchanged event, pageload of first tab is fired and also the radgrid_column created event in the first tab, as all the column is ExpandColumn, the formatting of the grid in first page is lost.
Everything works fine for the page except this formatting issue, can u please suggest how that problem can be solved.
Thanks.
Everything works fine for the page except this formatting issue, can u please suggest how that problem can be solved.
Thanks.