I'm trying to use a WebAsyncRefreshPanel in one of the panes of the splitter. I can't seem to find the right combination of properties to get the page to do a partial post back on that WebAsyncRefreshPanel. Evertime I try I get a full page post back. Does the splitter support the WebAsyncRefreshPanel?
<epsiwebdev> wrote in message news:10531@forums.infragistics.com... I'm trying to use a WebAsyncRefreshPanel in one of the panes of the splitter. I can't seem to find the right combination of properties to get the page to do a partial post back on that WebAsyncRefreshPanel. Evertime I try I get a full page post back. Does the splitter support the WebAsyncRefreshPanel? http://forums.infragistics.com/forums/p/773/10531.aspx#10531
May be I'm doing something wrong but notne of Net Advantage controls work on MS Update Panel after first postback
Including DateChooser or WebCombo
But they work well on WebAsyncRefreshPanel.
Is there any thing special I need to do to use MS Update Panel with infragistics controls?
I can not explain that. I just tried following and it worked without any problem.
<form id="form1" runat="server"><asp:ScriptManager ID="ScriptManager1" runat="server"></asp:ScriptManager><div> <asp:UpdatePanel ID="UpdatePanel1" runat="server"> <ContentTemplate> <asp:Button ID="Button1" runat="server" Text="Button" /> <igsch:WebDateChooser ID="WebDateChooser1" runat="server"></igsch:WebDateChooser> <igcmbo:WebCombo ID="WebCombo1" runat="server"> <Rows> <igtbl:UltraGridRow> <Cells><igtbl:UltraGridCell /></Cells> </igtbl:UltraGridRow> </Rows> </igcmbo:WebCombo> </ContentTemplate></asp:UpdatePanel></div></form>
Victor
I have one page test web app that shows the problem, how can I send you it?
Hi,
If you think that there is a bug in WARP, then you may submit a bug report and attach a simple sample to reproduce.