Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
35
Infragistics Webcombo loses its style with update panel
posted

 Am using an infragistics webcombo inside a update panel as

<asp:UpdatePanel ID="uplDesrProProjectName" runat="server" >

<ContentTemplate>

<div id="test" runat="server">

<igcmbo:WebCombo ID="ddlDestProProjectName" runat="server" SkinId = "Remove" >

<Columns>

<igtbl:UltraGridColumn BaseColumnName="ProjectId" >

</igtbl:UltraGridColumn>

<igtbl:UltraGridColumn BaseColumnName="ProjectName">

</igtbl:UltraGridColumn>

</Columns>

 

</igcmbo:WebCombo>

</div>

 

</ContentTemplate>

 

</asp:UpdatePanel>

 The webcombo is losing its style and not displaying properly.

The Infragistics version is Net Advantage for .NET 2007 Volume 1 CLR 2.0.

 I tried using an empty <style> tag before and after the update panel, but that also did not work.

If any of you have faced a similar problem and found a soulution, please share it.

 

Thanks,

Sapna

Parents
  • 370
    posted

    I am experiencing a similar problem except the webcombo is in a WARP panel. The combo forgets which columns are hidden and what the visible column titles are.

    Does anyone know how to fix this?

    Thanks,

    Richard

Reply Children
No Data