Good day,
We built a webpage with the WebDataMenu on it. On FireFox the performance is OK, but on Internet Explorer 7 and 8 it takes about 7 seconds before the OnClick event is reached and executed. At first I already have disabled the MaxScriptStatements for Internet Explorer.
Does anyone know if there is some kind of setting to disable some JavaScripts? To be clear: This is a new project without any JavaScript made by ourselves. The only JS's are the Infragistics scripts.
regards,
René
Hello Rene,
Let us know if you need further assistance with this issue.
Regards,
Lyuba
Developer Support Engineer
Infragistics
www.infragistics.com/support
I had a look at your code and I didn’t find anything that would cause item_click to be delayed. I tried taking your menu and putting it in a simple project and I didn’t have any delay in Item_click, so the issus should be specific for your environment. Are you sure that the reason for the time before the OnCLick is reached is not some time consuming operation in Page_Load? Or that the delay is not happening after ItemCLick when you are filtering the grid on the client? Would it be possible for you to attach a sample with which I can replicate this issue?
Here are the asp and cs pages we use.
Hello Mark,
You can add an attachment when you post your answer in the forum from the options tab.
Hi,
Our Infragistics version is: 2010.2
The menu has about 10 items.
How do i attach my code?
Thanks very much,