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

In This Topic
    OnClientRowEditEnding Property (FlexSheet)
    In This Topic
    Occurs when a row edit is ending, before the changes are committed or canceled.
    Syntax
    'Declaration
     
    
    Public Overridable Property OnClientRowEditEnding As String
    public virtual string OnClientRowEditEnding {get; set;}
    See Also