This is a migrated thread and some comments may be shown as answers.

Problem with Performance in Radwindow

3 Answers 77 Views
Window
This is a migrated thread and some comments may be shown as answers.
vikram
Top achievements
Rank 1
vikram asked on 12 Dec 2008, 07:59 AM
Hello,

       I have a problem with performance in rad window. I open a page in rad window which contains splitter control and inside this splitter control i have two panes. In one pane i have rad multiview control which has three pageviews. and in another pane i have user controls.
in one of my pageview i have radGrid when i populate records in radgrid on clicking of button. its gives me performance and also when i am doing refresh of usercontrol and also populating radgrid on button click. Can you help how to overcome the performance issues. This is very urgently required. Very Very Urgent as it deals with doing more operations on this radwindow. I can't find why performance is effected so much badly. it takes early 2 mins to complete the process. Required help very urgently.

Thanks & Regards,

R. Vikram Goud

3 Answers, 1 is accepted

Sort by
0
Tsvetie
Telerik team
answered on 15 Dec 2008, 11:07 AM
Hi vikram,
From the provided information, I am not quite sure that the problem you have is caused by the RadWindow control. Could you please open the page with the RadSplitter in a standard browser window and see if this will improve the performance? In case you page behaves as expected without our RadWindow control, please open a new support ticket and send us a simple running project, demonstrating the problem, so that we can research on our end what is causing it.

In case the performance of your page does not improve by switching the RadWindow with the browser window, the problem is actually in the page you open in the RadWindow, rather than in the RadWindow itself. As far as I understand you, you get the bad performance only when you populate your RadGrid with data - please correct me if I am wrong. If this is correct, how may records do you display? I would recommend that you ajaxify the controls in your page and load only the data that you really need to display - e.g. use the paging functionality of the RadGrid to display a small set of records in the RadGrid at a time.

Sincerely yours,
Tsvetie
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
vikram
Top achievements
Rank 1
answered on 16 Dec 2008, 09:55 AM
Hello Tsvetie,

    yes the performance gets worst when i am populating RadGrid with records(displaying  20 records for paging) and also ItemDataBound event firing for that radgrid. Can you please provided me help in this regard. Very Urgently required.

Thanks & Regards,

R. Vikram Goud
0
Sebastian
Telerik team
answered on 16 Dec 2008, 11:23 AM
Hello vikram,

The event lifecycle of RadGrid for ASP.NET AJAX in common scenarios is presented in these articles from the documentation:

http://www.telerik.com/help/aspnet-ajax/grdcontrollifecycle.html
http://www.telerik.com/help/aspnet-ajax/grdeventsequence.html

Tips and tricks how to optimize the overall performance of the control you can find in these resources:

http://www.telerik.com/help/aspnet-ajax/gridoverview.html (Chapter 'Performance tips and tricks')
http://www.telerik.com/products/aspnet-ajax/resources/top-performance.aspx

Consider applying the techniques which are applicable for your particular case.

Best regards,
Sebastian
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
Window
Asked by
vikram
Top achievements
Rank 1
Answers by
Tsvetie
Telerik team
vikram
Top achievements
Rank 1
Sebastian
Telerik team
Share this question
or