Forum Replies Created
-
Author
-
October 22, 2015 at 12:55 pm in reply to: Disable Default Edit Dialog Disable Default Edit Dialog #77232
I disabled the edit-dialog with this dirty hack:
$('#scheduler').on('cellDoubleClick', function (event) { $('#scheduler').jqxScheduler('closeDialog'); });
It seems not to be possible, see
http://www.jqwidgets.com/community/topic/timeruler-to-24-hour-format/October 14, 2015 at 7:47 am in reply to: timeRuler to 24-hour-Format timeRuler to 24-hour-Format #76847It should be possible, since localization is an important thing in jqWidgets. Please include it in the next version.
October 14, 2015 at 7:45 am in reply to: setAppointmentProperty for all Appointments setAppointmentProperty for all Appointments #76845I want a scheduler only for showing events, and when I set the appointments to “readonly” I also disable double-click-to-edit.
October 12, 2015 at 2:54 pm in reply to: setAppointmentProperty for all Appointments setAppointmentProperty for all Appointments #76721In my 2nd and 3rd post I was referring to “readOnly”
October 12, 2015 at 12:13 pm in reply to: setAppointmentProperty for all Appointments setAppointmentProperty for all Appointments #76711Sorry, my mistake. Works fine. But it’s really not mentioned in the documentation.
October 12, 2015 at 12:10 pm in reply to: setAppointmentProperty for all Appointments setAppointmentProperty for all Appointments #76710Does not seem to to work for the “readOnly” Property. It’s also not mentioned in “appointmentDataFields”
October 12, 2015 at 10:50 am in reply to: timeRuler to 24-hour-Format timeRuler to 24-hour-Format #76708It seems not to work.
Please take a look at
https://www.jseditor.io/?key=jqxscheduler-views-1October 12, 2015 at 9:31 am in reply to: Ensure current hour is visible Ensure current hour is visible #76698Okay, found a solution, but is there a better way?
ready: function () { $("#scheduler").jqxScheduler('scrollTop', $('#scheduler').jqxScheduler('rowsHeight') * 2 * (new Date()).getHours() ); },
September 17, 2015 at 2:28 pm in reply to: How to send additionnal $_POST datas ? How to send additionnal $_POST datas ? #75945Thanks Yark, this is a good workaround!
July 31, 2015 at 11:55 am in reply to: Difference downloadComplete and loadComplete Difference downloadComplete and loadComplete #74370Is it possibile that the loadComplete-Event is raised after the grid is fully binded? I thought the data-adapter was somekind unrelated to the grid which is using it.
July 30, 2015 at 11:34 am in reply to: Difference downloadComplete and loadComplete Difference downloadComplete and loadComplete #74321OKay, but what happens there? Why does this take 20 seconds + ?
July 10, 2015 at 8:01 am in reply to: 1st day of month background CSS 1st day of month background CSS #73605This seems not to work on the 1st of January, at least on my page. Any clues?
June 29, 2015 at 8:18 am in reply to: Issue with showTimeButton: true Issue with showTimeButton: true #73130Yeah, but this is a good feature and others might have issues as well.
Shouldn’t be to hard to fix in one of your next versions, change the #-anchor to something like “javascript://” …Thanks,
Witold -
AuthorPosts