[]
        
(Showing Draft Content)

C1.Web.Mvc.Fluent.FlexGridBaseBuilder-3.OnClientUpdatedView

OnClientUpdatedView Method

OnClientUpdatedView(string)

Configurates the OnClientUpdatedView client event. Occurs when the grid finishes creating/updating the elements that make up the current view.

Declaration
public virtual TBuilder OnClientUpdatedView(string value)
Parameters
Type Name Description
string value

The value.

Returns
Type Description
TBuilder

Current builder.

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.