Browse By Tags

  • WebCalendarView of WebSchedular is not working in IE8

    Dear Team,

    In my page i am using WebCalendarView, webdayview. But when i am browsing my application in IE8, sometimes its throwing error while clicking on the date (otherthan current date). Most of the times i am getting this problem.

    I had tried with…

  • Which control initiated the ActivityDialogOpening client side event?

    I have a page with a month, week or day view depending on the user selection. I have a central WebScheduleInfo which defines some client events. Like this:

     

    <igsch:WebScheduleInfo ID="ScheduleInfoControl" runat="server" OnActivity…

  • web scheduler control - get selected date-time info on client side double click info

    Hi,

    I am using the client side double click event to show a custom appointment form.

    How do i get the date-time on which user clicked in the month view, week view(dayview with visible days set to 7) and day view.

    For month view (and old week view…

  • How to block Appointments form

    I want to stop the Appointments form from opening after the WebWeekView \ WebDayView  \ WebMonthView control is double clicked and if certain conditions are met. In other words, the appointments form must only open under certain circumstances. Here is my…

  • 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…
  • webmonthview on handle event

    I want to change doulbe click to click on webmonthview, but it doesn't work. it can work on webdayview.

    Any help, thanks in advance.

    // WebDayView  doublclick -> click

    BLOCKED SCRIPT

        function WebDayView_Click(oDayView, oEvent, element) {
                oDayView…

  • Load data for WebSchedule Controls For current Dates

    Hi,

    I want to use WebMonthView, WeekView  and DayView controls on my page and allow the user to switch between the views.

    I want to load the data in such a way that if user is in month view then load data for the current month of webmonthview control…

  • 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…

  • Help with webschedule control

    I can not get the control to show the samples activitys includesd in the sample database, I connect it to the sql datasource using a ; as sql statement as indicated, added the webschedule info and put a dayview control, conected the day view control with…

  • WebMonthView Drill down

    Hello Experts,

    Is it possible for you to Drill Down from WebWeekView and shows only a single Day Activities?I also want to have same appearance as WebWeekView single day on Drill Down page.

    I appreciate any help on this.