I am using a RadToolbar in a RadGrid CommandItemTemplate. The client side OnCommand event does not get fired if one of the items in the toolbar is clicked. This happens even if the item has been configured with the appropriate CommandName i.e New item has a CommandName="InitInsert". Is there a way I can allow the event to bubble up the RadToolbar so that it can reach Rad|Grid and fire the OnCommand event?