Hi all,
I am newbie to infragistics, i am creating an scheduler application using webdayview, webmonthview, webweekview, an infragistics popup menu and an custom appointment form for creating appointment.
i just want to know is there any option available to trigger the addappointment form from webweekview using menu control instead of double clicking the webweekview, for example if the user right clicks the webweekview and selects new appoinment, i want to open addappointment form and to pass date and time as parameters.
Thanks in advance..
--Vijayanand.
hi all,
Pls help me to solve this, its urgent.
thanks
--vijayanand
I dunno about any menu control that does this. I've never tried to make a menu with a right click in these controls myself but I know that you can change the appointment dialog to open on a single click if you want and make it pass the date and time to the dialog page.
Thanks HERAN for ur reply!
Finally i had implemented my requirments, but now i want to disable opening of appointment form when user double click the webweekview, webmonthview, webdayview.
is there anyoption available?
Thanks in advance!
--vijayanand.
Hi,
I have to create same things in my WebSchedule. on right click have to open some options...
how could you do that.. can you tell me?
again not sure about doing anything with a right click on the calendars.I've not attempted such functionality. Infragistics 9.1 just implemented a menu type object that can be used on a right click but I use 8.3 and have no need to upgrade just now so I can't speak to it. If the right click was also captured on the client side click events I'm sure you could capture it but this is unlikely to be code that is already implemented due to the fact that right clicks usually bring up menus of some sort.
@ Navins:
hi.. its not complex thing, create a infragistics context menu and just invoke click event of dayview or monthview, or weekview verify tat, its right click or left click. If its right click capture the x,y cordinates and pass it to showmenu function (refer CSOM of menu for more info).
Thats it popup menu will occur opens.
Thanks