I upgraded infragistics version from 11.1 to 11.2and WEbexplorerbar is causing problem .Details -We have a webexplorerbar and attached a clietside click event with explorerbar (no autopostback flag for ItemSelect and ItemClick is attached)In the Javascript the Itemclick event is handled and after checking some of othersattings we force server side click thru another Asp.button click placed on the form.<asp:Button ID="btnExplorer" Style="display: none;" runat="server" Text="Explorer Events" OnClick="OnExplorerEvents" />
<script type="text/javascript" language="javascript">
function OnSplitterBarPositionChanged(sender, e) {
var c = document.getElementById(btnExplorerClientId);
c.click();
}
</script>
This code causes the postback but does not fire the click event attached with the button.
Hi ashpawan,
Thank you for posting in the community.
I have tested your scenario and was able to reproduce the behavior using the RTM for 11.2 - 11.2.20112.1019. However, in the latest SR 11.2.20112.2086 the issue seems to be resolved. I woud therefore suggest that you upgrade to the latest service release.
Please let me know if this helps.
Hi Peter ,
Thanks for your quick reply, It works, but will u please let me know how can I upgrade my project with latest service release ther is no upgrade utility comes with this service release.I checked the solution on one of my sample project and Manually update all the pages.