Hide

YetaWF.ComponentsHTML Package Documentation

Display
Print

YetaWF.Modules.ComponentsHTML.Controllers.GridSaveSettingsController.GridSaveHiddenColumns Method

Saves a grid's hidden columns.

Class: YetaWF.Modules.ComponentsHTML.Controllers.GridSaveSettingsController
Namespace: YetaWF.Modules.ComponentsHTML.Controllers
Assembly: YetaWF.ComponentsHTML

Syntax

public ActionResult GridSaveHiddenColumns(
    Guid settingsModuleGuid,
    List<string> columnsOn,
    List<string> columnsOff );

Parameters

settingsModuleGuid

The module Guid used to save the settings.

columnsOn

A list of columns becoming visible.

columnsOff

A list of columns becoming hidden.

Return Value

(not specified)

Remarks

This is invoked by client-side code via Ajax whenever a grid's visible/hidden columns change.

Used in conjunction with client-side code5

See Also YetaWF.Modules.ComponentsHTML.Controllers.GridSaveSettingsController ClassYetaWF.ComponentsHTML PackageYetaWF.Core