Folks,
How can i refresh WebExplorerBar data on mutton click?
Like Ajax does it with UpdatePanel trigger..
Thanks in advance..
Here is my code
<asp:UpdatePanel ID="UpdatePanelExplorerBar" runat="server" UpdateMode="Conditional"> <ContentTemplate> <ig:WebExplorerBar ID="WebExplorerBar1" runat="server" Width="195px" GroupContentsHeight="" meta:resourcekey="WebExplorerBar1Resource1" StyleSetName="IG" UpdateMode="Conditional"> <AutoPostBackFlags ItemClick="Async" ItemSelected="Async" /> </ig:WebExplorerBar> </ContentTemplate> <Triggers> <asp:AsyncPostBackTrigger ControlID="btnSubmit" EventName="Click"> </asp:AsyncPostBackTrigger> </Triggers> </asp:UpdatePanel>
Any Ideas?
Hi Infra Jag,
I've attached a sample that demonstrates how to update the WebExplorerBar built from your code. Please see my attachment.
If you have any questions or concerns, please let me know and I'll be glad to help.
It is not necessary to use our WebScriptManager. I like to use it for my samples in case I need client-side Intellisense for our Aikido controls. The WebScriptManager also allows Infragistics CDN support.
If you have any other questions or concerns please let me know.
I am using ajax script manager. Is it necessary to use infragistics WebScriptManager1 ?