C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1GridView Namespace / CallbackSettings Class / Mode Property

In This Topic
Mode Property (CallbackSettings)
In This Topic
Determines if partial or full update of control's HTML content will take place during callback.
Syntax
'Declaration
 
Public Property Mode As CallbackMode
 

Property Value

The default value is CallbackMode.Partial.
Remarks
Partial rendering is used with callbacks. When enabled, server sends only necessary HTML code portions to a client as a result of callback thus performing smart update. Partial rendering can be used for edit, update, cancel and select actions. If for any reason you need full update of control's HTML content, set this property to CallbackMode.Full.
See Also