ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc.TagHelpers Namespace / FlexGridTagHelper Class / LoadingRows Property

In This Topic
    LoadingRows Property (FlexGridTagHelper)
    In This Topic
    Configurates the C1.Web.Mvc.FlexGridBase<T>.OnClientLoadingRows client event. Occurs before the grid rows are bound to the data source.
    Syntax
    'Declaration
     
    Public Overridable Property LoadingRows As String
    public virtual string LoadingRows {get; set;}
    See Also