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
1140
Regarding Retired Controls and Events
posted

Hello,

We are using Infragistics4

Version=11.1.20111.2064

The below controls

UltraWebGrid   
WebCombo   
WebDateChooser   
UltraWebListbar   
WebCalendar   
UltraWebTab   
WebTextEdit   
WebNumericEdit   
WebDateTimeEdit   
UltraWebTree   
WebPanel   
WebNavBar 
UltraWebGridExcelExporter 

We need to migrate them to Infragistics latest version of controls as the previous version is not support in new browsers. We are in need of equivalent events(Server Side and Client Side Events, Properties and the changes to be done) so that we will be able to migrate to latest version of Controls.

We are using the below mentioned features in the existing controls.

Kindly let us know the equivalent when converting the below webdatechooser to webdatepicker control

<igsch:WebDateChooser ID="Txt_doj" runat="server" CssClass="cal_txton" Width="96px"

Height=" " Text="18/06/2004" NullDateLabel=" " BorderStyle="Solid" Style="position: static"

meta:resourcekey="Txt_dojResource1">

<EditStyle CssClass="cal_lblon">

<Padding Bottom="2px"></Padding>

</EditStyle>

<CalendarLayout FooterFormat="Today: {0:d}" CellPadding="0">

<DayStyle CssClass="cal_altcell"></DayStyle>

<FooterStyle CssClass="cal_gdhder"></FooterStyle>

<SelectedDayStyle CssClass="cal_selcell"></SelectedDayStyle>

<OtherMonthDayStyle CssClass="cal_defcell"></OtherMonthDayStyle>

<NextPrevStyle CssClass="cal_next"></NextPrevStyle>

<CalendarStyle CssClass="cal_defcell">

</CalendarStyle>

<DropDownStyle CssClass="cal_txton">

</DropDownStyle>

<DayHeaderStyle CssClass="cal_gdhder"></DayHeaderStyle>

</CalendarLayout>

<DropDownStyle CssClass="cal_defcell">

</DropDownStyle>

<DropButton ImageUrl2="../images/calendar/dropbtn.gif" ImageUrl1="../images/calendar/dropbtn.gif">

</DropButton>

<ExpandEffects ShadowColor=""></ExpandEffects>

</igsch:WebDateChooser>

Kindly let us know how to implement the above using 13.2 version