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
665
Disable Postback MenuItem
posted

There's got to be a way to do this. How do you disable the postback on a WebDataMenu MenuItem? So if I just want a sub-menu item to have children but not have any functionality for itself.

Thanks

Parents
  • 3726
    posted

    Hi,

    if you have turned on postback using  AutoPostBack flags, then postback is turned on per control basis. If you want to do a postback for specific item you have to configure a navigate URL that will post to your page.

    Thanks,

    Lubomir

Reply Children