Hi,
I have a RadComboBox in my MasterPage to search the entire site.
All underlying pages using this MasterPage are using OutputCache. With this configuration it is possible to search one time but after that the combobox is cached and no items is being displayed, no postback, nothing.
I have tried using the same method as:
- Use RadMenu in a user control with OutputCache enabled
and
- Disabling embedded resources
But the result is that the RadComboBox is dead, It does not change state from "EmptyMessage" to a "SearchString".
I have the latest javascripts (2009.02.0701.35) and the following code in my MasterPage:
<asp:ScriptManager ID="ScriptManager1" runat="server">
<Scripts>
<asp:ScriptReference Path="RadControls/Scripts/Common/Core.js" />
<asp:ScriptReference Path="RadControls/Scripts/Common/Animation/AnimationScripts.js" />
<asp:ScriptReference Path="RadControls/Scripts/Common/Navigation/NavigationScripts.js" />
<asp:ScriptReference Path="RadControls/Scripts/Common/Popup/PopupScripts.js" />
<asp:ScriptReference Path="RadControls/Scripts/Common/Scrolling/ScrollingScripts.js" />
<asp:ScriptReference Path="RadControls/Scripts/ComboBox/RadComboBoxScripts.js" />
</Scripts>
</asp:ScriptManager>
What have I done wrong? Is there an easier approach?
Best Regards,
Andreas
I have a RadComboBox in my MasterPage to search the entire site.
All underlying pages using this MasterPage are using OutputCache. With this configuration it is possible to search one time but after that the combobox is cached and no items is being displayed, no postback, nothing.
I have tried using the same method as:
- Use RadMenu in a user control with OutputCache enabled
and
- Disabling embedded resources
But the result is that the RadComboBox is dead, It does not change state from "EmptyMessage" to a "SearchString".
I have the latest javascripts (2009.02.0701.35) and the following code in my MasterPage:
<asp:ScriptManager ID="ScriptManager1" runat="server">
<Scripts>
<asp:ScriptReference Path="RadControls/Scripts/Common/Core.js" />
<asp:ScriptReference Path="RadControls/Scripts/Common/Animation/AnimationScripts.js" />
<asp:ScriptReference Path="RadControls/Scripts/Common/Navigation/NavigationScripts.js" />
<asp:ScriptReference Path="RadControls/Scripts/Common/Popup/PopupScripts.js" />
<asp:ScriptReference Path="RadControls/Scripts/Common/Scrolling/ScrollingScripts.js" />
<asp:ScriptReference Path="RadControls/Scripts/ComboBox/RadComboBoxScripts.js" />
</Scripts>
</asp:ScriptManager>
What have I done wrong? Is there an easier approach?
Best Regards,
Andreas