RadScheduler with the html inputs

0 Answers 53 Views
Scheduler
Bob
Top achievements
Rank 1
Bob asked on 12 Jan 2023, 11:47 PM | edited on 12 Jan 2023, 11:49 PM

I have this control with EnableDescriptionField="true". The issue is if I enter the html contents in this description field or subject field and hit either Save or Cancel. the attached error happens. Is there a way to strip off the html tags or allow the html inputs to be entered?

I also tested this with the demo below. It did not work either.

https://demos.telerik.com/aspnet-ajax/scheduler/examples/month-view/defaultvb.aspx

 

Thanks,

Bob

Rumen
Telerik team
commented on 17 Jan 2023, 12:07 PM

Hi Bob,

It is expected to get this error when entering HTML tags in the inputs. If that's what you want to allow, the entering of tags, you'll need to set ValidateRequest="false" in your page to disable this check from being performed.

If you want to add validation, you can see how to customize the edit form and add your own validation controls to it:

No answers yet. Maybe you can help?

Tags
Scheduler
Asked by
Bob
Top achievements
Rank 1
Share this question
or