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

Grid Edit mode Performance issue

1 Answer 82 Views
Grid
This is a migrated thread and some comments may be shown as answers.
mani
Top achievements
Rank 1
mani asked on 12 Mar 2009, 05:25 PM
Hi
       I can call the user control with in Grid Edit mode... When i was Click the Edit mode that time record will be showing with long time... because... The record will be check all the all the record. let me know how can i solve the performance issue...


Regards
G. Manikandan

1 Answer, 1 is accepted

Sort by
0
Pavlina
Telerik team
answered on 16 Mar 2009, 01:39 PM
Hello Mani,

We have a lot of optimization techniques for RadControls and I am sure some of them will be of great help for your project. Let me just go ahead and summarize the most important of them. If the info below does not help, please open a support ticket and send us a sample of your project where you experience the performance issues and we will gladly look into it.

RadGrid

- data-binding: The .NET 2.0 version of the grid is optimized to handle up to 1 000 000 records without major performance problems. Server-side paging will increase performance dramatically.

    Example: http://www.telerik.com/DEMOS/ASPNET/Prometheus/Grid/Examples/Programming/CustomPaging/DefaultCS.aspx

    .NET 3.5 version can handle millions of records and will apply paging, sorting and filtering directly on the data-base server (LinqDataSource) codeless:

    http://blogs.telerik.com/vladimirenchev/Posts/08-03-10/How_fast_is_your_ASP_NET_DataGrid.aspx?ReturnURL=%2fvladimirenchev%2fposts.aspx%3fYear%3d2008%26Month%3d3

    Client-side data-binding approach is also very fast + you will get pure JSON transfer between client and server:

    http://blogs.telerik.com/VladimirEnchev/Posts/08-05-23/SQL_Server_sorting_paging_and_filtering_with_RadGrid_client-side_data-binding_to_WebService.aspx?ReturnURL=%2fVladimirEnchev%2fPosts.aspx

For more information about Optimization please refer to the following articles:
Optimizing output, page load time and the overall performance of RadControls for ASP.NET AJAX
How to optimize your performance? 

All the best,

Pavlina
the Telerik team

 


Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
Grid
Asked by
mani
Top achievements
Rank 1
Answers by
Pavlina
Telerik team
Share this question
or