jQWidgets Forums
Forum Replies Created
-
Author
-
October 20, 2022 at 8:10 pm in reply to: addappointment with custom field addappointment with custom field #123739
I go into the code and modified the function
October 18, 2022 at 10:41 pm in reply to: addappointment with custom field addappointment with custom field #123716Yeah we did that already but the rendering and reloading of appointments into datasource is taking a bit of time especially if we have a lot of appointments load into it but I did found a workaround on this problem and its working ok now base on what our app needed. thanks for the response
October 18, 2022 at 1:17 am in reply to: addappointment with custom field addappointment with custom field #123706The id is not kept as the value that was provided too I was assigning a value on the id but its getting replaced by a random value so I really lose reference of the real appointment I added and cannot call it back if needed, and the custom field will also not work on addAppointment as right now its always undefined after getting added. If I can the set the id based on value provided on addAppointment method that would work even without using any custom fields but I’m getting a problem on the appointment id after adding them to calendar
October 13, 2022 at 10:33 pm in reply to: setAppointmentProperty not working setAppointmentProperty not working #123679I haven’t included on the code the getAppointments and jqxAppointment though but I think if delete and add do work expectedly that would somehow able to make it work even if I directly access data from getAppointments object or jqxAppointment I get but right now I can’t figure out a way to add back the appointment after it gets deleted
October 13, 2022 at 10:08 pm in reply to: setAppointmentProperty not working setAppointmentProperty not working #123676Hi, I manage to replicate it here http://jsfiddle.net/cjobs236/76bqyj5n/92/ my issue with deleteAppointment and addAppointment once deleted it cannot be added back
October 13, 2022 at 3:55 am in reply to: setAppointmentProperty not working setAppointmentProperty not working #123668Hi, I was working on your plugin for awhile now so far the jqxAppointment is working when I’m getting the data from getAppointments but on events like appointmentDoubleClick its really hard to track data from there. On event functions you are providing first parameter with objects that holds the data from calendar appointment, on jqxAppointment I’m getting different structure the structure is a bit confusing some of the data could be found directly on jqxAppointment and some could be found from jqxAppointment.boundAppointment do you have a better documentation that could provide details on this parameters? I was planning on making use of addAppointment method from the plugin but its not working and it would be helpful if addAppointment works cause it triggers the renderAppointment and rendered from the plugin which I can’t see getting triggered from setAppointmentProperty
October 12, 2022 at 10:30 pm in reply to: setAppointmentProperty not working setAppointmentProperty not working #123667I think I get part of the issue now the id is changing after delete if I add back the same object again the id will be auto generated instead which is why I can’t get the result I needed is there a way to prevent this from happening?
October 12, 2022 at 10:23 pm in reply to: setAppointmentProperty not working setAppointmentProperty not working #123666@svetslovav_borislavov I manage to replicate the issue on addAppointment on this link https://jseditor.io/?key=06c1c7674a7c11ed972cc4377264e2bc I’m not sure why its working on the code you provided but on the link above its not if you comment out from 121 – 124 you may see there is a result but when it deletes and trigger the addAppointment the appointment doesn’t seem to add back, what is the issue on its not adding back after getting deleted?
October 12, 2022 at 8:24 pm in reply to: setAppointmentProperty not working setAppointmentProperty not working #123665@islavov one more thing how do I make the addAppointment work too? cause when I tried to use delete and add the appointment just gets deleted but won’t add again using addAppointment method
October 12, 2022 at 8:14 pm in reply to: setAppointmentProperty not working setAppointmentProperty not working #123664Great thanks
October 12, 2022 at 2:27 am in reply to: setAppointmentProperty not working setAppointmentProperty not working #123659I also tried using delete and add appointment methods delete is working but addAppointment is not it doesn’t return errors too
October 8, 2022 at 12:58 am in reply to: Headers not aligned to appointments Headers not aligned to appointments #123271oh… I think I found a way around on all my issues fortunately setting the resources as null will do the job it can clear the calendar of the grouping and to regroup it again need to load a new set of object on resources.
October 7, 2022 at 11:44 pm in reply to: Headers not aligned to appointments Headers not aligned to appointments #123217Hi,
Yes figure that out but how can I switch the existing calendar to change so that it will display all appointments into 1 calendar view?
October 6, 2022 at 8:48 pm in reply to: Headers not aligned to appointments Headers not aligned to appointments #122623with regards to header layout issue instead of using columnwidth I just use the width property it fixed the issue and the headers are aligned to grouped appointments now
October 5, 2022 at 10:43 pm in reply to: Headers not aligned to appointments Headers not aligned to appointments #122607This is a followup regarding hiding group header I tried to use
$('#scheduler').jqxScheduler('hideAppointmentsByResource', '81 - MARILYN BOYMAN');
too the appointments were hidden but the header is still showing on the calendar view
-
AuthorPosts