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

After Refresh RadGridView Collapse

1 Answer 75 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Pedro Pablo
Top achievements
Rank 1
Pedro Pablo asked on 17 Aug 2009, 03:01 AM
When I Refresh a Datasource, mi binding go to First Position and my RadGridView Collapse, the problem is that the user have to re group again to go the row specific...

I need to know how to avoid this, or if exist any other method..

I have two Windows, one is only to edit or insert data, when i close the modal popup i return to previous where i have the radgridview thats why i neet to refresh it, to show the data updated.

1 Answer, 1 is accepted

Sort by
0
Victor
Telerik team
answered on 18 Aug 2009, 10:30 AM
Hi Pedro Pablo,

Thank you for writing. When modifying the data, you do not need to refresh your bindings. You just need to bind everything to a common BindingSource object in order to make sure that everything is synchronized. RadGridView listens for changes to the data source and updates itself accordingly. Write again if you have other questions.

Kind regards,
Victor
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
GridView
Asked by
Pedro Pablo
Top achievements
Rank 1
Answers by
Victor
Telerik team
Share this question
or