Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
185
Navigation button events
posted

I need to display different data based on which item is selected in the carousel.  What event do I need to tie into to be able to capture this.  I've got it trapped based on if they click, but I can't seem to find the event on which the Navigation buttons are tied to.

 

Thanks, Jeremy

Parents
No Data
Reply
  • 69686
    Verified Answer
    posted

    Jeremy,

    You can use RecordsInViewChanged event to capture the event of changing records that are currently into view.

    You can also create your Navigation Buttons which use DataPresenterCommands and capture the ExecutedCommand or ExecutingCommand events.

    Hope this helps,

    Alex.

Children
No Data