Browse By Tags

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

  • Extended Appointment properties and the WebMonthView tooltip

    Hello,  I'm trying to create an informative tooltip for my WebMonthView control and I'm running into a few small roadblocks.  Here is what I'm trying to accomplish in a tooltip:

    Line1: Text
    Line2: Empty
    Line3: Description Field

    The WebMonthView…

  • webmonthview appointment display area needs the wordwrap property

    Hi,

    I am using Infragistics 9.1 version. In WebMonthView control, the appointment details are displayed in single line. We are not able to read the msg fully. once the control gets the mouse over the pop-up will show the full message. Instead, i need similar…

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

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

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

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

  • WebMonthView Cannot view last or next month

    My control  webmonthview  cannot  view  last  or  next  month .The version  is netadvantage  asp.net  2011 V1 

    anyone  can  help  me ?

    think you !

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

  • How can I connect WebMonthView using WebScheduleSqlClientProvider?

    Is there something similar to http://help.infragistics.com/Help/NetAdvantage/NET/2007.3/CLR2.0/html/WebSchedule_Connecting_WebSchedule_to_a_Database_in_Visual_Studio_2005.html but

    for the MS SQL database?

    I have been trying to get schedule working with…

  • Re: Problems with WebScheduleSqlClientProvider

    I have exactly same issue.

     

    I have a project with WebMonthView.  I'm trying to hook it to SQL database. It gives me the error above. 

     

    I went ahead and created a sample application and did EXACTLY the same thing, same code same connection string.  This…

  • help in navigation in webmonthview

    hi ,

     

    In webmonthview i have used javascript method for NavigateNext and NavigatePrevious...

     

    in this method i canceled the navigate event of webmonthview , but refreshing the parent asyncrefreshpanel and rebinding the data for next month.

    Problem…

  • Row for each day

    Hello

    Is it possibile to use MonthView or other infragistics control to display  a row for each day?

     

    Thank for the help

  • WebSchedule Tutorial!!!

     Hi

    I am new to infragistics and using infragistics 2007 Vol2...  I am currently developing a website and using Infragistic WebDayView, WebWeekView and WebMonthView... I want some tutorial links for these controls ...

     Can anyone plz help me in this case

     T…

  • Web Schedule appointment Request

    I need to bulild a scheduling app where a user can submit a request for an appointment that then will need to be approved/modified by an admin before being added to the Activty table. Currently I have a table that stores all of the info for the request…

  • Navigate Left & Right using Month View

    Hi There I am having a few issues using the Month View controls and utilising the in built left and right navigators. I am using Javascript functions hooked into the grid using the NavigateNext and NavigatePrevious client side events. These Javascript…
  • 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…