Is there a way to get an error message(or code) when the contents of a htmltextbox isn’t supported (eg: <TABLE> tag)?
Many thanks
2 Answers, 1 is accepted
0
Peter
Telerik team
answered on 31 May 2010, 08:23 AM
Hi Girard Loic,
To check whether the HtmlTextBox would be able to handle the content you set to its value, you should use the IsValidXHTML method of the HtmlTextBox processing instance.
You can do that check either in the ItemDataBinding event of the item e.g.:
Do you want to have your say when we set our development plans?
Do you want to know when a feature you care about is added or when a bug fixed?
Explore the
Telerik Public Issue Tracking
system and vote to affect the priority of the items.