Browse By Tags

  • MultiDayEvent in Weekend TextError and TodayCssClass Error

    Hey Guys!

    Ive 2 Problems with the WebMonthView:

    First: If ive an MultiDayEvent on last day of a month and this day is an day of weekend ill get this:

     

    Second: If ive an appointment on the Row with the today-day, ill get this on my today-day:

  • How to Fire DayView Timeslot dblclick on clientside

    Hi,

     How can i fire dblclick event that opens the appointment dialog on dayview control, i can get the element of timeslot in the dayview but need to fire dblclick so i can get the dialog with the specified starttime, any solution

     thanx

     charaka

  • Click and DblClick Event

    hello friends - im using WebDayView - i need to activate 2 client sides events - click and DblClick. my problem is that when i invoking DblClick event the click event is fired and the DblClick event not reached. please your help how can i mange this events…

  • Avoid Appointment Overlapping

    Hi,

         I am new to this Infragistics - Web schedule, Need to create a new appointment in such way that it should not overlap with other appointments or recurrences i.e.) should be linear. Appointment should not clashes with other appointment.  How can I…

  • Re: WebDayView- Press "Del" key to Delete Selected Activity

    This is a solution that I've tested with IE and Firefox with a little bit of client side code:

    <script type="text/javascript" language="javascript">
    function handleKeyDown(evt)
    {
        var keyCode = evt.keyCode ? evt.keyCode : evt…

  • How to get the day and time detected from time slot on the WebDayView where the user double-clicked in to open the Add/Edit Appointment form?

    In a custom schedule how to get the day and time detected from time slot on the WebDayView where the user double-clicked in, and then open Add/Edit Appointment form and pre-populate the date & time values.

    This is what my customized scheduling in short…
  • 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…