Hi,
does sfDatagrid has inbuilt busy indicator? I am using mvvm and will it be enough to raise propery changed for IsBusy property and bind in xaml?
What I am looking for is that Busy Indicator should run not only during ViewModel execution but also should run while creating UI. Is it possible?
it means busy Indicator will be busy=false once UI is completed, not data fetching is completed.
thanks,
Emil