ComponentOne ASP.NET MVC Controls
OnClientLoadingRows Property

C1.Web.Mvc Namespace > FlexGridBase<T> Class : OnClientLoadingRows Property
Occurs before the grid rows are bound to the data source.
Syntax
'Declaration
 
<JsonAttribute(Order=2, 
   SkipIfDefault=True, 
   PropertyName="loadingRows", 
   Name="loadingRows")>
Public Overridable Property OnClientLoadingRows As String
[Json(Order=2, 
   SkipIfDefault=True, 
   PropertyName="loadingRows", 
   Name="loadingRows")]
public virtual string OnClientLoadingRows {get; set;}
See Also

Reference

FlexGridBase<T> Class
FlexGridBase<T> Members