I've a Panelbar with some PanelItems in it. The PanelItems have got a navigateUrl property. Whenever I right click, and select the "Open in New tab/Window", I want the page to be redirected to the navigateUrl link.
But when i do a normal left click on the item, I dont want it to redirect to the navigateUrl. Instead I want it to the click event property of the PanelItem.
Is there anyway, I can prevent the navigation from happening. I think I've to do something in the OnClientItemClick event, but I dont know how can I prevent the navigation from happening there.