Hi Dan,
Thanks for contacting Syncfusion support.
Query 1: When the navigationDrawer slides in and out I want to be able to catch that event and do something.
You can trigger the event while clicking the accordion item using activate event of Accordion component. Also, if you don’t want to close the drawer, you can use isPaneOpen as true. Refer to the following code example:
[script]
$("#navpane").ejNavigationDrawer({ contentId: "content_container", type: "overlay", direction: "left", enableListView: true, listViewSettings: { width: 300, mouseUp: "headChange" }, position: "normal", isPaneOpen: true });
|
Refer to the following sample:
Please check with the above sample and still you have any difficulties, kindly get back to us. we will be happy to help you.
Regards,
Selvamani S.