Print Page | Close Window

Active and Deactive BusyIndicator in EntityQueryPagedCollectionView

Printed From: IdeaBlade
Category: Cocktail
Forum Name: Community Forum
Forum Discription: A professional application framework using Caliburn.Micro and DevForce
URL: http://www.ideablade.com/forum/forum_posts.asp?TID=3537
Printed Date: 20-Apr-2024 at 1:14pm


Topic: Active and Deactive BusyIndicator in EntityQueryPagedCollectionView
Posted By: cefernan
Subject: Active and Deactive BusyIndicator in EntityQueryPagedCollectionView
Date Posted: 13-Jul-2012 at 11:36am
Hi everyone,

I've just started working with EntityQueryPagedCollectionView and I don't know how can I active and deactive a BusyIndicator while it's retrieving data.

Thanks,
Cefernan



Replies:
Posted By: mgood
Date Posted: 13-Jul-2012 at 1:06pm
Add event handlers for PageChanging and PageChanged. Then in the PageChanging you activate the BusyIndicator and in PageChanged you deactivate it.


Posted By: cefernan
Date Posted: 16-Jul-2012 at 5:06am
Perfect!

Thanks for the quick reply.



Print Page | Close Window