I have a RadSideDrawer that is apparently available through the whole app. Now, there are some routes that I want to prevent the drawer from showing.
I thought of the logical way of doing this is by listening the onDrawerOpening event. However, the event object has no way to prevent the sidedrawer from transiotioning.
Is there a way to handle this scenario?
Thanks!