Scheduler - Bypass popup when right clicking to add a new Appointment

1 Answer 40 Views
Scheduler
Tommy
Top achievements
Rank 1
Iron
Tommy asked on 05 Jan 2024, 03:01 AM

When right clicking on a scheduler's day, for instance, I can click on "New Appointment", and the popup box with "Options", "Cancel", etc. shows up to specify the Subject and/or options.  Is there a way I can just click "New Appointment" and bypass that popup, and just create the new appointment?  The box below is what I want to completely bypass.  Any help is appreciated.

1 Answer, 1 is accepted

Sort by
0
Accepted
Vasko
Telerik team
answered on 05 Jan 2024, 08:31 AM

Hi Tommy,

By design, for the user to create a new appointment, they need to click on a certain hour/day, and after that, the dialog box with the "Options", "Cancel" and "Save" buttons shows up, and only then can the new Appointment be made, as stated in the Adding Appointments article.

You can always bypass the dialog box by setting its display CSS property to "none", but then there won't be a way for the user to add a new appointment.

I'm afraid there is no way for the user to add an appointment without this dialog box.

Kind regards,
Vasko
Progress Telerik

Stay tuned by visiting our public roadmap and feedback portal pages! Or perhaps, if you are new to our Telerik family, check out our getting started resources
Tommy
Top achievements
Rank 1
Iron
commented on 07 Jan 2024, 08:52 PM

Thank you for your reply.  I understand what you are saying.  Is there a way I can possibly hide that Text Block in the image I provided?  I have tried a few things to do this, and I was able to hide the "Options" button, but I was unable to hide that Subject Text Block.  Note - I am not using the Subject on these, as I have reserved that field for my own use in the database.
Vasko
Telerik team
commented on 09 Jan 2024, 08:16 AM

Hi Tommy,

You can hide the Subject TextBox, by adjusting its CSS display property:  

.RadScheduler .rsInlineForm .rsTextarea {
    display: none;
}

I hope this helps you out.

Kind regards,
Vasko
Progress Telerik

Tommy
Top achievements
Rank 1
Iron
commented on 09 Jan 2024, 01:31 PM

That did the trick.  Thanks again!
Tags
Scheduler
Asked by
Tommy
Top achievements
Rank 1
Iron
Answers by
Vasko
Telerik team
Share this question
or