Hello,
Is there any way to get the bread crumb based on the Rad menu item selection. I am unable to get the Click event for the rad menu. please check my java script code.
//Disable the embedded scripts for the Main Nav RadMenu
function OnClientItemOpening(sender, eventArgs) {
eventArgs.set_cancel(true);
};
Is there any flaw in the above code snippet.
Regards,
Prasad.
Is there any way to get the bread crumb based on the Rad menu item selection. I am unable to get the Click event for the rad menu. please check my java script code.
//Disable the embedded scripts for the Main Nav RadMenu
function OnClientItemOpening(sender, eventArgs) {
eventArgs.set_cancel(true);
};
Is there any flaw in the above code snippet.
Regards,
Prasad.