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

Insert - Update - Delete .... Avoid Loading Delays

3 Answers 62 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Ilias
Top achievements
Rank 1
Ilias asked on 03 Jul 2009, 02:18 PM
Hi all,

I am developing Grids with the capabilities to Insert - Update  and Delete.
Everything goes well when size of data is not "big".

I am facing serious delays when binding grid with datatable that has a lot of rows (10.000).
Each time i use Insert-Update-Delete grid reloads all the data.

Is there a way to avoid these loading delays?
Is there a demo?

Thanks in advance.

3 Answers, 1 is accepted

Sort by
0
Kenneth
Top achievements
Rank 1
answered on 04 Jul 2009, 03:04 PM
You should check out the performance related radgrid demos at


Lots of useful ways to deal with large datasets.


-Ken
0
Ilias
Top achievements
Rank 1
answered on 07 Jul 2009, 11:56 AM
Hi Kenneth,

i have seen that example and i think that as far as binding data to grid is very useful (no delays)

What about Insert-Delete-Update?

I couldn't manage to create a Grid that could modify data and have client - side binding.

Demo
http://demos.telerik.com/aspnet-ajax/grid/examples/client/insertupdatedelete/defaultcs.aspx
shows client - side modifying but not on the Grid (GridButtonColumn). It uses different controls.

I need to avoid delays when i modify data and i am wondering if there is a way to accomplish that by
a WebService at client - side (Client side Binding and Caching).

Thanks in advance
0
Sebastian
Telerik team
answered on 07 Jul 2009, 12:52 PM
Hello Ilias,

Client-side binding with built-in auto-generated edit forms is not supported out-of-the-box in the present version of RadGrid for ASP.NET AJAX.

You may consider the solution with client side editing through external form presented in the demo you pointed out or use the approach explained in this blog post on our site.

Kind regards,
Sebastian
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
Ilias
Top achievements
Rank 1
Answers by
Kenneth
Top achievements
Rank 1
Ilias
Top achievements
Rank 1
Sebastian
Telerik team
Share this question
or