Hi,
I have a page with a tab. Inside the tab 1, i have a radgrid with over 300 rows while in my 2nd tab I have another radgrid with a button. The 2nd grid will be created based on the number of rows in 1st grid after the user press button on the 2nd tab. This means when it try to create 2nd grid, it need to loop over 300 rows to get the data from 1st grid and stored important information on in 2nd grid. But after I click on the button on 2nd tab, i get error 'Stack overflow' (please refer to attachment). How I can improve the performance of the page as I don't have problem loading for 100 records in 1st grid. I might have more than 300 rows or even grow until 1000 rows. The user don't mind waiting but the error popup stop the loading and it never ending and user no longer able to view the page after the error pop up. Please help, thanks in advance.
I have a page with a tab. Inside the tab 1, i have a radgrid with over 300 rows while in my 2nd tab I have another radgrid with a button. The 2nd grid will be created based on the number of rows in 1st grid after the user press button on the 2nd tab. This means when it try to create 2nd grid, it need to loop over 300 rows to get the data from 1st grid and stored important information on in 2nd grid. But after I click on the button on 2nd tab, i get error 'Stack overflow' (please refer to attachment). How I can improve the performance of the page as I don't have problem loading for 100 records in 1st grid. I might have more than 300 rows or even grow until 1000 rows. The user don't mind waiting but the error popup stop the loading and it never ending and user no longer able to view the page after the error pop up. Please help, thanks in advance.