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

Problem with IsBusy property after update in MVVM scenario

0 Answers 72 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Efrael
Top achievements
Rank 1
Efrael asked on 17 Feb 2012, 12:06 PM
Hi,

I'm expreiencing a strange behaviour of the IsBusy property. It seems that it happens after I update from a Q release 2011 to the last one available.

The problem is that when the datagrid loads entities the first time, the IsBusy property "true" is not fired on the viewModel but only the "false" state is fired at the end of the first loading process. After that if I try to make the grid busy again, for example switching page using a datapager, the IsBusy property is correctly fired on the view model.
Actually the IsBusy property is correctly fired by the grid during the first IsLoading process (looking at it in debug mode), but doesn't has effect on the viewModel the first time is fired.
 
Is there any known issue about that or some clues on this strange behaviour?

Thanks in advance.

No answers yet. Maybe you can help?

Tags
GridView
Asked by
Efrael
Top achievements
Rank 1
Share this question
or