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
125
Infragistic webcalendar is not working in google crome browser .
posted

Hi ,

I have some problem in Web calender . The Infragistic Web calender is not working properly in crome and safari browser . on selection of Date is not working . When a user select a date , it is selecting last twodays before date . Can you please help me on this Issue . My code is as following .

 

<

igsch:webcalendar id="WebCalendar1" runat="server" Width="250px" Height="224px" JavaScriptFileNameCommon=""

JavaScriptFileName="./scripts/ig_calendar.js">

<ClientSideEvents MonthChanged="WebCalendar1_MonthChanged" DateClicked="WebCalendar1_DateClicked"

MonthChanging="WebCalendar1_MonthChanging" InitializeCalendar="WebCalendar1_InitializeCalendar"></ClientSideEvents>

<Layout PrevMonthText="&amp;nbsp;&amp;nbsp;&lt;" FooterFormat="Today: {0:d}" NextMonthText="&gt;&amp;nbsp;&amp;nbsp;"

ShowYearDropDown="False" GridLineColor="LightGray" ShowMonthDropDown="False" ShowGridLines="Both"

CellPadding="0" ShowFooter="False">

<SelectedDayStyle ForeColor="Black" BackColor="White"></SelectedDayStyle>

<OtherMonthDayStyle ForeColor="DarkGray"></OtherMonthDayStyle>

<CalendarStyle Width="296px" Height="224px" Font-Size="10px" Font-Names="arial"

BackColor="White"></CalendarStyle>

<DayHeaderStyle Cursor="Hand" BackColor="Linen"></DayHeaderStyle>

<TitleStyle Height="30px" BackColor="Linen"></TitleStyle>

</Layout>

</igsch:webcalendar>

 

Thank you,

 

Regards

Ganga