Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / Silverlight > Book > How to lazy load Images on page when page is visible ONLY.

Not answered How to lazy load Images on page when page is visible ONLY.

Feed from this thread
  • Don avatar

    Posted on Jun 28, 2011 (permalink)

    I want to load images into the pages that are visited. When a user flips a page I want to load an image ASYNC using a busy indicator.
    How do I know what "Selected Item" when there is 2 sides... LeftSelectedItem? RightSelectedItem? Please help. -Don

    Reply

  • Petar Mladenov Petar Mladenov admin's avatar

    Posted on Jul 1, 2011 (permalink)

    Hello Don,

    The RadBook does not expose CurrentItem or Selecteditem property. Instead you use the RightPageIndex property, you can programmatically detect that it has changed by using the PageChanged event. Please let us know if this helps you.

    Regards,
    Petar Mladenov
    the Telerik team
    Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items

    Reply

Back to Top

Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / Silverlight > Book > How to lazy load Images on page when page is visible ONLY.