Hi,
When session is timed out in my application and I click on UltraWebMenu (any item) I get this error.
I comes in ig_WebMenu.prototype.hideSubMenus where a 'var' is created for submenuitem.
Has anyone come across this before?
Can anyone please let me know how to fix this?
Thanks,
Pandu
HI Rumen,
Did my case make sense? Have you or anyone in your team heard of this?
Thanks for your concern Rumen.
Here is the scenario:
I have a login page and after authentication I direct user to next page which has a WebMenu on top and a infragistics Tab control at the bottom. I display different pages in the tabs.
In one particular scenario (tab), I have a web toolbar(in a WebAsyncRefreshPanel) with Save (save data to server) and other buttons. This Save has two sub-menus (Save 1 and Save 2) and the user can click on just Save. I set the session timeout for 1 min in web.config. Ran the application. Navigated to this page. Clicked on Save. Waited for Session to expire. After a minute, I clicked on Save again and while the server was Saving data, clicked on main WebMenu on the top of the page. And got this error.
I am getting the web munu items from database. Once sessions times out and I hover over webmenu its calling the function in ig_webmenux.js in which I am getting this error.
In Session_start I am redirecting user to login page when session expires and user does some activity. I dont have any other third party controls just infragistics.
Hope what I said is clear.
Pandu.
This is very weird since I am not sure how the server-side Session expiration affects the client-side behaviour of the menu. Can you please send us some additional information on how the menu is populated, how exactly the error occurs, do you mean the server-side session expiration or something else, are there any other IG or 3rd party controls on the page, etc?