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