Dear Support Team,
I'm facing a problem with ComboBox control in a scenarion using LoadOnDemand.
When registering an Navigate Event in the ScriptManager on the page :
<asp:ScriptManagerProxy ID="proxyScriptManager" OnNavigate="proxyScriptManager_Navigated" runat="server">
</asp:ScriptManagerProxy>
The ComboBox's Event "OnItemRequested" is not firing (or maybe firing and handled in the proxyScriptManager_Navigated
event handler).
When removing the event handler :
<asp:ScriptManagerProxy ID="proxyScriptManager" runat="server">
</asp:ScriptManagerProxy>
The "OnItemRequested" returns to work just fine.
Any ideas how to solve this issue ?
Regards,
Itamar
I'm facing a problem with ComboBox control in a scenarion using LoadOnDemand.
When registering an Navigate Event in the ScriptManager on the page :
<asp:ScriptManagerProxy ID="proxyScriptManager" OnNavigate="proxyScriptManager_Navigated" runat="server">
</asp:ScriptManagerProxy>
The ComboBox's Event "OnItemRequested" is not firing (or maybe firing and handled in the proxyScriptManager_Navigated
event handler).
When removing the event handler :
<asp:ScriptManagerProxy ID="proxyScriptManager" runat="server">
</asp:ScriptManagerProxy>
The "OnItemRequested" returns to work just fine.
Any ideas how to solve this issue ?
Regards,
Itamar