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

How to refresh the grid

1 Answer 1433 Views
GridView
This is a migrated thread and some comments may be shown as answers.
SysDev
Top achievements
Rank 2
SysDev asked on 05 Sep 2013, 06:57 PM
Hello,

I have a winform in which I have a pageview panel with two tabs

On first tab I can create a new claim, on second tab I can see existing claims.

If I create a new claim and then switch to the existing claims that new claim is not there. How can I refresh the data on the grid?

The claim is saved to a database.


Thanks in advance.

1 Answer, 1 is accepted

Sort by
0
Accepted
Dimitar
Telerik team
answered on 10 Sep 2013, 05:22 PM
Hello Dan,

Thank you for writing.

You can refresh the grid with the following line of code:
radGridView1.MasterTemplate.Refresh();

However I am not sure how you are populating the grid with data, so if you continue to experience the same behavior, please provide me with your project together with the exact goals that you are trying to achieve. This will allow me to provide you with a proper support.

I hope this information helps.

Regards,
Dimitar
Telerik
TRY TELERIK'S NEWEST PRODUCT - EQATEC APPLICATION ANALYTICS for WINFORMS.
Learn what features your users use (or don't use) in your application. Know your audience. Target it better. Develop wisely.
Sign up for Free application insights >>
Tags
GridView
Asked by
SysDev
Top achievements
Rank 2
Answers by
Dimitar
Telerik team
Share this question
or