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
445
Define Properties and Addition of Column in WebDropDown
posted

Hi,

We are upgrading from Infragitics NetAdvantage 2010.2 to Infragistics NetAdvantage 2013.1. In previous version, webcombo was used and now we need to use WebDropDown as WebCombo is obslete.

Below code is of WebCombo in our project

<igcmbo:WebCombo ID="webComboRptName" runat="server" BackColor="White" BorderColor="Silver"BorderStyle="Solid" BorderWidth="1px" ForeColor="Black" SelBackColor="DarkBlue" SelForeColor="White" Version="4.00" Width="192px" DataTextField="" DataValueField="" OnInitializeLayout="webComboRptName_InitializeLayout">

<Columns>

 <igtbl:UltraGridColumn HeaderText="Column0">

 <header caption="Column0"></header>

 </igtbl:UltraGridColumn>

 </Columns>

 <ExpandEffects ShadowColor="LightGray" />

 <DropDownLayout BorderCollapse="Separate" RowHeightDefault="20px" Version="4.00" DropdownWidth="430px" AllowSorting="Yes" HeaderClickAction="SortSingle" RowSelectors="No">

 <HeaderStyle BackColor="LightGray" BorderStyle="Solid" Font-Size="X-Small">

 <BorderDetails ColorLeft="White" ColorTop="White" WidthLeft="1px" WidthTop="1px" />

 </HeaderStyle>

 <FrameStyle BackColor="Silver" BorderStyle="Ridge" BorderWidth="2px" Cursor="Default"

 Font-Names="Verdana" Font-Size="10pt" Height="130px" Width="430px">

 </FrameStyle>

 <RowStyle BackColor="White" BorderColor="Gray" BorderStyle="Solid" BorderWidth="1px" Font-Size="X-Small">

 <BorderDetails WidthLeft="0px" WidthTop="0px" />

 </RowStyle>

 <SelectedRowStyle BackColor="DarkBlue" ForeColor="White" />

 </DropDownLayout>

 </igcmbo:WebCombo>

Now while migrating to web dropdown. how we define column i.e ultragridcolumn because ultragrid is not there in new version of infragistics.

How DropDownLayout, RowStyle, SelectedRowStyle,HeaderStyle,FrameStyle defined for WebDropDown

Parents
No Data
Reply Children