What do I need to add to the xaml or .cs to enable the busy indicator that seems to install automatically with with a silverlight business app. I would like it to indicate busy when waiting for filters to update, some take a while.
I haven't used Silverlight's busy indicator myself before, but I wonder if you have tried the approach as outined in this article...?
You may be able to handle the XamGrid's Filtering event and do something similar to what the author of the article is doing ih his button click event.
If you try this or another approach and have any specific questions, please let me know.
Sincerely,FrancisDeveloper Support EngineerInfragisticswww.infragistics.com/support
My question is actually if anyone has an example of using the busyindicator that is included in the tempate or the toolkit with the xamgrid so that when its filtering it shows. I am not sure where to put the references to it.
I can't be the first to wonder about this?