jQWidgets Forums
Forum Replies Created
-
Author
-
Hello Hristo,
I’m talking about the footer of the grid.
take a look to another screenshot jqxgrid footer without any text
in the above screenshot you don’t find any text on the footer but in the previous screenshot there is some text on the footer.
help to remove those text from the footer of jqxgrid.
Thanks
May 14, 2020 at 7:55 am in reply to: Appointment onAppointmentChange Event Appointment onAppointmentChange Event #111970Hi Peter,
i followed your suggestion and modified my code.here is my modified sample code https://stackblitz.com/edit/github-rnaphv
but still i’m not getting the correct value of changed appointment ‘from’ and ‘to’
In below screen shot i have logged the ‘from’ value in long and string format
so,whatever date value is coming in string format i want that in a long format.Here is the screen shot https://i.postimg.cc/7P7ZvkYd/on-Change-Appointment.png
Thank you
ShiviMay 13, 2020 at 11:13 am in reply to: Appointment onAppointmentChange Event Appointment onAppointmentChange Event #111961I am not changing any appointment fields. I am changing the appointment time through scheduler drag and drop UI
I am getting the event from the drag and drop (onAppointmentChange).After this, I don’t know how to get the proper ‘from’ and ‘to’ date and time.
Please see my screenshot attached and stackblitz example.
Please see the highlighted date that is shown through console.log in the above screenshot.
Thanks
May 12, 2020 at 10:06 am in reply to: Appointment onAppointmentChange Event Appointment onAppointmentChange Event #111951Hello jqwidgets,
Any kind of help would be nice, looking for the solution urgently.
https://www.jqwidgets.com/community/topic/appointment-onappointmentchange-event/#post-111950
Thank you
ShiviNovember 16, 2019 at 12:59 pm in reply to: Calendar viewChange Event Issue Calendar viewChange Event Issue #107372hello
I’m using viewChange() event and i’m using its properties “date, from and to”.
but the issue is whenever i change my view it display the range of date
which is not coordinating with the values given by the properties(date, from and to).here is my sample code https://stackblitz.com/edit/teamappointment-lmunfz
its used in a India Standard Time
please look into the screen shot https://postimg.cc/tYX9JFh1can anyone one tell why it is showing like?
i want to have the same range of value for from and to which is displayed on the view.
Thanks and Regards,
ShiviOctober 31, 2019 at 8:27 am in reply to: different scroll for different views different scroll for different views #107200Hi Hristo,
Thanks for your help.Here i tried to use height properties for views and i achieved the height for different views,
but i lost the scroll effects on weekView.so, my finding is that if i give height then the scroll is not working.
can you look into the following stackblitz example
https://stackblitz.com/edit/github-hvudub-38s3xlThanks and Regards,
ShiviOctober 30, 2019 at 7:28 am in reply to: different scroll for different views different scroll for different views #107189Hi Hristo,
Thank you for response.Now here for my view,i have used the “timelineDay” and “weekView”.
And i have set the scroll value for the weekView but when i tried to set scroll value for both weekView and timelineDay it is not reading the value of timelineDay.
can you help me that.i want to achieve is, for “timelineDay” the Scheduler should display from the 9am and
same as for “weekView” Scheduler should display from the 9am.here is the example
https://stackblitz.com/edit/github-hvudub-jzcefuThanks and Regards,
ShiviOctober 21, 2019 at 1:03 pm in reply to: Variable for methods in jqxscheduler. Variable for methods in jqxscheduler. #107069Hi Peter,
Thank you for your help ,but what if again need some properties for other object so where i should look for that. -
AuthorPosts