This question is locked. New answers and comments are not allowed.
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.
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.