Browse By Tags

  • All Day Events across multiple days not showing on the last day

    When I create an all day event, for instance, from 5/8/2012 to 5/10/2012, it will only show up on the calendar views (WebMonthView, WebWeekView, and WebDayView) as a full day event on 5/8 and 5/9, saying that it ends at midnight on 5/10.  It should include…

  • DateTime did not have the Kind property set correctly

    Hello guys !

     

    I have problem on WebScheduleInfo component since i tried to switch all my 10.3 dll, from .1013 build to .2217 for resolve ie9 bug on datagrid javascript.

     

    Errors appear on IE when the page containing WebScheduleInfo and calendar  is…

  • Cannot Get Scheduler To Run on CRUD Statements

    Hi All,

    I have a working scheduler based on an SQL Server DB and the stored procedures. I'm now trying to create a second scheduler based on a different set of Activity and Resource tables, but it is a no go. After much reading of articles and samples…

  • Week number in WebCalendar

    Hi all,

     Is there a way to show the week number on a column on the left of the control?

    I didn't find any way to do it yet and I'm wondering if it is possible.

     Thanks

  • WebCalendar and client side events onmouseout

    Hi to all,

    I am trying to extend the WebCalendar with client side events like onmouseout but I am unable to get it to work.

    A code snippet you can find here below. I am enumerating through the days, when a condition is true I am trying to add the onmouseover…

  • WebCalendar ActiveDayChanged Event not firing

    Hi all,

    I have a problem with the WebCalendaView (WCV). Do the following to reproduce:

    1.) Put a WCV, a WebScheduleInfo (WSI) and a WARP on an empty WebForm. The WCV shall NOT be in the WARP.
    2.) Add a label to the WARP
    3.) Bind the WCV to the WSI
    4.) Add…

  • WebCalendar as pop-up...style question...

    Hi All. I am fairly new to infragistics and we are using the controls in a new project. I am currently using the WebCalendar as a popup to appear when when a user selects an image button. The WebCalendar appears and stays visible until the user…
  • Can't Init Script for WebScheduleInfo (WebSchedule/Ajax)

    I am trying to add some of the akido controls with the splitter. At first I was recieving the error saying I needed to add a script manager, which I did. Now the issue is that everything renders, but none of the events on any of the calendars happen,…

  • WebCalendar Control goes to ValueChanged event when it shouldn't

    I have a WebCalendar control.

    On the event  WebCalendar1_ValueChanged(object sender, Infragistics.WebUI.WebSchedule.ValueChangedEventArgs e) I redirect the user to another page. If the user goes back to the initial page (with the calndar) using the bakc…

  • WebScheduler not aligned in IE8 and Infragistics 7.1

    I wanted to test my old work which used Infragistics 7.1 on IE 8. On WebScheduler I am getting formatting problems.. The days on the header and the schedule dont align properly. I tried using meta tag to emulate IE7 and in that case I am not getting the…

  • Re: Using SQL DataSource ?!

    Dear, Thanks for your help.I have applied the source and the functionality is running good. But still i have some problem.

    Now i am facing two problems, which are as follows:

    1. I have masterpage on my page where i have placed the controls and i am…

  • Re: DataBase File

    I believe this to be a bug, but have a work around you can try out that worked for me. Here's the steps to success:

    1. Drop WebScheduleInfo onto the Design view.
    2. Drop WebScheduleSqlClientProvider next to the WebScheduleInfo.
    3. DO NOT SET a DataSourceID…