This is a migrated thread and some comments may be shown as answers.

OnItemRequested not firing when Scriptmanager Navigate event is implemented

1 Answer 95 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
itamarkt
Top achievements
Rank 1
itamarkt asked on 20 Aug 2011, 12:10 PM
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

1 Answer, 1 is accepted

Sort by
0
Dimitar Terziev
Telerik team
answered on 23 Aug 2011, 02:50 PM
Hello Itamarkt,

I've made a sample page trying to reproduce the issue, but to no avail. Could you provide us with more information about your particular implementation of this scenario so we could find a solution for the experienced issue.

Best wishes,
Dimitar Terziev
the Telerik team

Thank you for being the most amazing .NET community! Your unfailing support is what helps us charge forward! We'd appreciate your vote for Telerik in this year's DevProConnections Awards. We are competing in mind-blowing 20 categories and every vote counts! VOTE for Telerik NOW >>

Tags
ComboBox
Asked by
itamarkt
Top achievements
Rank 1
Answers by
Dimitar Terziev
Telerik team
Share this question
or