Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
150
WebDataMenu NavigateUrl
posted

 

 

 

 

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";

 

 

switch

(eventArgs.getItem().get_key())

{

 

 

case "Summary":

 

 

menu.getItems().getItem(0).NavigateUrl =

"Summary.aspx"+e ;

break;

}

Parents
No Data
Reply Children
No Data