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

row details, context menu closed on gridview binding

1 Answer 70 Views
GridView
This is a migrated thread and some comments may be shown as answers.
James Dane
Top achievements
Rank 1
James Dane asked on 21 May 2010, 04:17 PM
Hi,
I have the following problem:
I have a GridView with ItemSource bound to a property in view model. View model refreshes the property every 10 seconds, and when this happens all the row details row that were opened, or context menu that was open, closes down.
How can this be avoided?

1 Answer, 1 is accepted

Sort by
0
Vlad
Telerik team
answered on 25 May 2010, 07:09 AM
Hello,

If the change in this view model is causing the grid to rebind itself this is normal since all rows will be recreated from scratch. Possible solution will be to save/restore desired grid settings or refresh only certain properties of the model if this is possible in your scenario.

Regards,
Vlad
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
GridView
Asked by
James Dane
Top achievements
Rank 1
Answers by
Vlad
Telerik team
Share this question
or