Hi,
We are using web combo(Infragistics NetAdvantage 2006 Vol. 1 for CLR 2.0) as below :<igcmbo:WebCombo ID="uwcOutBoundCommReferenceList" runat="server" EnableXmlHTTP="true" Editable="True"ComboTypeAhead="Suggest" Version="4.00" OnInitializeDataSource="uwcOutBoundCommReferenceList_InitializeDataSource"Style="z-index: 100; left: 280px; position: absolute; top: 80px;" EnableTheming="false"><DropDownLayout BorderCollapse="Separate" AllowColSizing="Free"RowHeightDefault="20px" HeaderClickAction="SortMulti" AllowSorting="OnClient" ColWidthDefault=""TableLayout="Fixed" StationaryMargins="Header" Version="4.00"><RowStyle BorderWidth="1px" BorderColor="Gray" BorderStyle="Solid" BackColor="White"><Padding Left="3px"></Padding><BorderDetails WidthLeft="0px" WidthTop="0px"></BorderDetails></RowStyle><SelectedRowStyle ForeColor="White" BackColor="DarkBlue"></SelectedRowStyle><HeaderStyle BorderStyle="Solid" BackColor="LightGray"><BorderDetails ColorTop="White" WidthLeft="1px" WidthTop="1px" ColorLeft="White"></BorderDetails></HeaderStyle><FrameStyle Cursor="Default" BorderWidth="2px" Font-Size="10pt" Font-Names="Verdana"BorderStyle="Ridge" BackColor="Silver"></FrameStyle></DropDownLayout><ExpandEffects ShadowColor="LightGray"></ExpandEffects></igcmbo:WebCombo>The web combo gets displayed in the browser only if the desktop theme is Windows XP, if we change it to Windows classic or any other theme , the web combo does'nt get dispayed in the browser(IE 7.0)
Is there any way by which we can make web combo theme independent and display the control irrespective of the theme?
Steps to Recreate :
1) Create a web combo with some data .2)Set the Windows theme as Windows XP.3) Display the Webcombo in the browser.4) On the Change of theme to Windows Classic the control does'nt get displayed in the browser.
-----------------------------------------------------------------------------------------------------------------------------------------------
Thanks in advance,
Faizal Ahmed.H