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

Recalculate a calculated columns

1 Answer 120 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Bill
Top achievements
Rank 1
Bill asked on 25 Mar 2009, 12:30 AM
How do you force a calculated column in the GridView to refresh without reloading data, if a column is changed by a user that is part of the calculated column expression?

Thanks...Bill

1 Answer, 1 is accepted

Sort by
0
Julian Benkov
Telerik team
answered on 26 Mar 2009, 10:24 AM
Hi Bill,

By default when the data is changed RadGridView will update automatically. In general you should not need the code below, but to invoke custom update please call the Update method:

radGridView1.MasterGridViewTemplate.Update(GridUINotifyAction.RowsChanged); 

If you continue to experience problems, please send us a simple project that reproduces the issue. Thank you in advance.

Greetings,
Julian Benkov
the Telerik team

Check out Telerik Trainer , the state of the art learning tool for Telerik products.
Tags
GridView
Asked by
Bill
Top achievements
Rank 1
Answers by
Julian Benkov
Telerik team
Share this question
or