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

In This Topic
    OnClientUpdatedView Property (FlexSheet)
    In This Topic
    Occurs when the grid finishes creating/updating the elements that make up the current view.
    Syntax
    'Declaration
     
    
    Public Overridable Property OnClientUpdatedView As String
    public virtual string OnClientUpdatedView {get; set;}
    Remarks
    The grid updates the view in response to several actions, including:
    • refreshing the grid or its data source,
    • adding, removing, or changing rows or columns,
    • resizing or scrolling the grid,
    • changing the selection.
    See Also