I would like to add the webschedule popup forms to my website. Is there documentation on how to do it anywhere?
I know the location of those forms is in "C:\inetpub\wwwroot\aspnet_client\Infragistics\20141CLR4\Forms\WebSchedule", but I don't know which files I need to copy over to my website.
Also, is there documentation on how to create custom popup forms?
Hello Bob,
Thank you for contacting Infragistics!
You may copy the entire folder into your application. It has the necessary forms you may need to update / add appointments.
You may also customize the Appointment form. For more details, you may refer to the following forum threads:
http://es.infragistics.com/community/forums/p/7683/31325.aspx#31325
http://es.infragistics.com/community/forums/t/48104.aspx
If you have any questions, please let me know as well.
I am just following up and see if you have any questions.
I followed this instructions to Include WebSchedule Dialog Forms in VB.NET Web Site
http://help.infragistics.com/Help/Doc/ASPNET/2014.2/CLR4.0/html/WEB_WebSchedule_Including_WebSchedule_Dialog_Forms_in_your_VB_NET_Web_Site.html
The popup form works fine when I open an appointment from a webdayview.
However if I and appointment from a reminder popup and edit it, most of the changes don't get saved.
When running it from vs using ie I get the following js errors:
on save:
Unhandled exception at line 1330, column 6 in http://localhost:55295/MYSITE/WebResource.axd?d=z3aLSVU2ePjHR8Eft84W1iYMmZxDgkpcUjPIf4pvCwb704up1bOx0tWAfA4atapeImHcA6Vt2YNp3hbO3XWVJdIWfrJojnS_7B-p1fIU1iuXscn-ZJzUWflEu4MjXl2ax0PCpvGghxvtu76q9yc8fU4pheHTbkHTrZrR7jkjU2rLm-47X6kijO9ZexYbo96GaRfri8tx0ZnONXm4kwmdw7V045KCGgT41x3q6wsHuPcsNaHJliILrdoIIdgCbVy80&t=635531586748512678
0x800a138f - JavaScript runtime error: Unable to get property '_props' of undefined or null reference
code highlighted on error:
if(this._props[i] != activity._props[i])
error on close of addappointmet.aspx popup:
Unhandled exception at line 125, column 3 in http://localhost:55295/MYSITE/WebSchedule/Scripts/ig_addAppointmentDialog.js
0x800a1393 - JavaScript runtime error: Can't execute code from a freed script
ig_AddAppointmentDialog.prototype.close = function() { this._appointmentDialog.dialog.closeDialog(); }
How can I fix this?
Thanks