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>
</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
Hello,
Yes, use the InitializeLayout(object sender, LayoutEventArgs e) webcombo event handler to set the .css styles all the time (when postback and when not postback)
I had the same problem and decided to just set the properties in code in the initializeLayout handler:
addCategory.Columns(0).Hidden = True......
End Sub
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?
Richard
Hi,
Do we have a solution for this? I am facing the same problem with Ultragrid inside an updatepanel.
Thanks
Sajjad