This question is locked. New answers and comments are not allowed.
Hello,
I have a radgridview which is bound to a collection and each row has details. My problem is that the grid refreshes every 1 minute and row details collapse. I know which item was expanded and I want to expand it again after the refresh. I tried using the solution provided here and it is partially working. I managed to modify it for the IsExpanded property and it turns the + into - but it doesn't work for DetailsVisibility property. I added a DetailsVisibility property to the Club class and created a behavior for this property but it doesn't seem to work.
Is there a way I can achieve this?
Thank you,
Raul
I have a radgridview which is bound to a collection and each row has details. My problem is that the grid refreshes every 1 minute and row details collapse. I know which item was expanded and I want to expand it again after the refresh. I tried using the solution provided here and it is partially working. I managed to modify it for the IsExpanded property and it turns the + into - but it doesn't work for DetailsVisibility property. I added a DetailsVisibility property to the Club class and created a behavior for this property but it doesn't seem to work.
Is there a way I can achieve this?
Thank you,
Raul