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
1135
WebDataMenu - Dynamic enabling and disabling, visibility
posted

Good day All,

I came across a weird issue after I recently upgraded to Volume 13.1 of the ASP.NET controls. (v13.1.20131.2045)

We are using an ASP.NET WebDataMenu for our web app to navigate to the different sections in our application.

We hide/disable menus depending on the user's access level.

My own user with which I log in, has access to all menu's, so I didn't see the problem at first.

I tested with a lower level user, and noticed after I logged in (and the menu is set), there is a delay on the application and IE reports a long-running script error, and the F12 developer tools report a stack overflow error.

I started testing by disabling menu activation code, etc, until I hit the first menu that is disabled.

I started Googling and found a thread here speaking of issues with the WebDataMenu in tables (for v10.1), so I changed the EnableScrolling property to "False", and VOILA! Long running script error is gone!

I tested on an older branch with the same user using the v12.2 (12.2.20122.2054) controls, and the error does not occur there.

Can you guys @ Infragistics have a look and maybe log this as a bug?

Thanks!!

Parents Reply Children
No Data