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

[Solved] RadGrid Add Row w/o Refreshing

1 Answer 89 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Hayato Iriumi
Top achievements
Rank 1
Hayato Iriumi asked on 17 Feb 2010, 12:22 AM
Hello,

I'm wondering if there is a way to add a new data without refreshing the grid. The problem I'm having is that whenever invoking showInsertItem(), it refreshes the entire form and that causes calling database again and again.

I looked for a property of MasterTableView to prevent the calls, but I couldn't find one.

The reason why it refreshes the entire page is probably because I'm binding data. Does it mean that if data is bound to RadGrid, refreshing is invevitable when inserting/updating/deleting a record?

Please let me know if there is any clue how to resolve this issue.

Thanks!

1 Answer, 1 is accepted

Sort by
0
Nikolay Rusev
Telerik team
answered on 19 Feb 2010, 03:09 PM
Hello Hayato,

I am afraid that you cannot prevent RadGrid from re-binding when opening edit/insert form.
Bellow you can find list of all commands that implicitly call Rebind:
http://www.telerik.com/help/aspnet-ajax/grdcommandsthatinvokerebindimplicitly.html

Regards,
Nikolay
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
Tags
Grid
Asked by
Hayato Iriumi
Top achievements
Rank 1
Answers by
Nikolay Rusev
Telerik team
Share this question
or