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
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.