C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1GridView Namespace / ClientEditingUpdateMode Enumeration

ClientEditingUpdateMode Enumeration
Determines the method of sending client-side edited data to server.
Syntax
'Declaration
 
Public Enum ClientEditingUpdateMode 
   Inherits System.Enum
 
Members
MemberDescription
AutoRowEditEdits done in a row are sent to server automatically when current row is changed.
ManualEdits done in a row are not automatically sent. Developer should explicitly call CSOM update() method to force sending the changes.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Web.Wijmo.Controls.C1GridView.ClientEditingUpdateMode

See Also