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
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.