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

Refreshing just one record in the Grid after update

1 Answer 46 Views
Grid
This is a migrated thread and some comments may be shown as answers.
R X
Top achievements
Rank 1
R X asked on 10 Jun 2010, 05:47 PM
Hi!  We have a Telerik RadGrid that has a master/child hierarchy.  We are also using a Rad Window to allow the user to update a master/child record.  When the update operation is completed in the Rad Window, how can we use AJAX to *refresh only the master or child record that was updated* in Rad Grid (i.e. without refreshing the entire Rad Grid) ?  Please could you point us to some sample code?  Thanks for your help!  -Ravi

1 Answer, 1 is accepted

Sort by
0
Maria Ilieva
Telerik team
answered on 15 Jun 2010, 01:44 PM
Hi,

You can rebind the given detail table view through the following line of code in the ItemCommand event:
e.Item.OwnerTableView.Rebind();


Best wishes,
Maria Ilieva
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
R X
Top achievements
Rank 1
Answers by
Maria Ilieva
Telerik team
Share this question
or