Event: OnAfterItemSelect Problem

3 replies. Last post: May 6, 2014 4:46 AM by Bernard Xiang
Tags :
  • (None)

Hello Intersoft,

I've another thing I want to share with you and maybe you can help me out.

We have 3 WebCombos for Customer, Project and Activity. The combos are linked together so we need to select a Customer to proceed.


In Addition there are 2 more Combos for direct Project / Activity Input. On this Combos we got an "OnAfterItemSelect"-Event which is Filling the linked combos with the correct values.

After we updated the WebCombo-Version this is not working anymore in IE9, 10 and 11 :-(.

Sometimes the Values are set Wrong or it is just showing a "6" and I can't select anything on that combo.


I've attached the the ASPX and the CodeBehind data.


For your information: it is working wonderful in Chrome / Firefox :-)


regards

All Replies

Hi Adelhard,

I tried to replicate your issue in my local end. Unfortunately, this issue doesn't occurs in my local end. This issue might be happen because there are some javascript errors from Combo_Kunde WebCombo. Is there any working sample or javascript error that you can show us so I can replicate this issue in my local end? Perhaps, you can copy the javascript error in your console window inside your web browser to give me clue what issue that occurs in your page. Look forward to hear any feedback from you so I can help you further.

Regards,
Bernard

Hello Barnard,


thanks for your reply.

After I've selected a value the JavaScript Error shown is:

"SCRIPT70: Access denied.

File: ISRes.axd, Row: 7, Column: 6278"


That problem occurs in both Combos ("Combo_Projekt_direkt", "Combo_Leistung_direkt").

In the web.config I've added the ISRes.axd:

<httpHandlers>
      <add path="ISRes.axd" verb="GET" type="ISNet.WebUI.WebResourceHandler, ISNet.WebUI, Version=3.0.5000.1, Culture=neutral, PublicKeyToken='ourTokenHere'" validate="true"/>
    </httpHandlers>

 Before we used WebCombo Version 5 I think, where we don't trigger that problem.

Anything else I can provide for you?


regards




Hi Adelhard,

Perhaps this issue happen because there are browser issue in IE. This issue happen because some of our API need parentNode of specific HTML element which created by WebCombo Initialize function. Unfortunately, some API in IE deny our API to get that parentNode which causing our javascript to break. Perhaps, to resolve this issue, you could send the value to client side to be set in WebCombo. You can download our sample here. Hope this helps.

Regards,
Bernard
All times are GMT -5. The time now is 4:23 AM.
Previous Next