As for making the view mode read-only, you can render only labels instead of inputs or make the inputs read-only or disabled.
Regards,
Eyup
Progress Telerik
Stay tuned by visiting our public roadmap and feedback portal pages. If you're new to the Telerik family, be sure to check out our getting started resources, as well as the onlyREPL playground for creating, saving, running, and sharing server-side code.
Thank you for your response, it was very helpful. I was able to modify the event item editor template to render in read-only mode using MVVM bindings and hide/show editor dialog buttons via onEdit event handler.
Eyup
Telerik team
commented on 15 Dec 2023, 09:29 AM
Hi again Nikita,
I am glad the provided directions were helpful and thank you for sharing your approach!