Hello all,
I have a webdatamenu with items
I need to set its NavigateUrl property in its MenuItem_Click event through javascript.
I do the following but it is not working.
Thanks
function
MenuItem_Click(menu, eventArgs) {
var e = "1";
(eventArgs.getItem().get_key())
{
menu.getItems().getItem(0).NavigateUrl =
"Summary.aspx"+e ;
break;
}
Hello,
I am just checking about the progress of this issue.
Did you solve your issue accordingly the information that I provided to you?
Let me know if you need any further assistance.