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

SummaryRows is not updated in bound grids

1 Answer 66 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Zensell
Top achievements
Rank 1
Zensell asked on 21 Sep 2009, 02:01 PM
Hi, I'm using Q2 2009 SP1 and a GridView bound to a DataTable. If the DataTable is updated outside the grid (by code) the summary row is not updated. Is there a way to refresh the summary row manually?

1 Answer, 1 is accepted

Sort by
0
Accepted
Jack
Telerik team
answered on 24 Sep 2009, 06:11 AM
Hi Zensell,

You should call Update method of GridViewTemplate to update the summaries manually. Please consider the code below:

this.radGridView1.MasterGridViewTemplate.Update(GridUINotifyAction.Reset); 

If you have more questions, don't hesitate to ask.

All the best,
Jack
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Tags
GridView
Asked by
Zensell
Top achievements
Rank 1
Answers by
Jack
Telerik team
Share this question
or