messageBoxThemeColorString(default: "error")

Specifies the theme color applied to the validation summary message box.

The supported values are:

  • base
  • primary
  • secondary
  • tertiary
  • info
  • success
  • warning
  • error
  • inverse

Example

<form id="myform">
    <input name="username" required /> <br />
    <input type="email" name="userEmail" required /> <br />
    <button>Validate</button>
</form>

<script>
$("#myform").kendoValidator({
    validationSummary: true,
    messageBoxThemeColor: "warning"
});
</script>
In this article
messageBoxThemeColor
Not finding the help you need?
Contact Support