ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc.Sheet Namespace / FlexSheet Class / ShowErrors Property

In This Topic
    ShowErrors Property (FlexSheet)
    In This Topic
    Gets or sets a value that determines whether the grid should add the 'wj-state-invalid' class to cells that contain validation errors, and tooltips with error descriptions.
    Syntax
    'Declaration
     
    
    <DefaultValueAttribute(True)>
    Public Overridable Property ShowErrors As Boolean
    [DefaultValue(true)]
    public virtual bool ShowErrors {get; set;}
    See Also