Showing related tags and posts across the entire site.
-
I have been working on the C1 Webschedule component in my client's ASP.NET (3.5) project. I had successfully customized the Appointment popup window by overriding " getAppointmentDialogHtml" . Now my issue is that.. I want to disable the "Master List" buttons in the Contact .resource...
Posted to
WebScheduler for ASP .NET
by
rajeshlr
on Tue, Nov 3 2009
Filed under: web schedule, C1WebSchedule, custom dialog, customize apointmenttext, C1WebScheduler, Web scheduler
-
Hi- I'm looking at your scheduling web-control demo, and I can't seem to drag an appointment to a different week when in the week-view mode. Is this simply a configuration-issue with the demo, or is this a limitation of the product? Thanks, -Eric.
-
Using an ObjectDataSource I have all of my methods working (Select, Insert, Update, Delete). The only thing that doesn't work is if a user creates an appointment and then attempts to change it without reloading the page my Update method is never gets called. If I switch to the default AppointmentStorage...
-
I have a Tabstrip control, with a webschedule on each of 2 pages. I altered the first to override the BeforeOpenDialog() function, and display a custom dialog. I did not alter the second. The first works fine, The second appears to hang the page within the browser (IE 7 / Firefox). If I remove the OnBeforeDialogOpen...