This is a migrated thread and some comments may be shown as answers.

Best way to show Detailed popup, but no editing

1 Answer 369 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Jeremy
Top achievements
Rank 1
Jeremy asked on 22 May 2017, 09:37 PM

My scheduler is completely non-editable. 

But I'd like the user to be able to click the little event title and get a nice modal window showing all of the details. (Similar to how editing works now, but read only)

What's the best way to go about this?

I *could* set editable to true and then create a custom edit template (that is actually read only). But then I'm left with slapping down all of the new events like delete and drag/drop.

Or perhaps I could keep the scheduler read only, use a template for the little displayed event, and roll my own popup for the details. the 

I'm starting this tomorrow and I'd love to know if anyone has some advice for a preferred direction.

Thanks!

 

1 Answer, 1 is accepted

Sort by
0
Plamen
Telerik team
answered on 24 May 2017, 05:19 AM
Hi Jeremy,

You can set all the editable  sub-options to false but the update one. This way adding, resize, move and delete will be forbidden but you will be able to open the edit form. After that you can use the edit event and hide the "Save" button as for example it is done in this dojo or use a custom editor according to your case. 
 
Regards,
Plamen
Telerik by Progress
Try our brand new, jQuery-free Angular 2 components built from ground-up which deliver the business app essential building blocks - a grid component, data visualization (charts) and form elements.
Tags
Scheduler
Asked by
Jeremy
Top achievements
Rank 1
Answers by
Plamen
Telerik team
Share this question
or