Is there a property to automatically collapse the menu when an item has been selected? I'm using an item template, so I'm assuming this might not be built in... If not, what is the best way to go about this?
You can add onclientitemclicked="ItemClicked" to RadMenu, in order to close the menu on clicking any opened RadMenu item. Please find the below code snippet for ItemClicked event.