Hide

YetaWF.ComponentsHTML Package Documentation

Display
Print

YetaWF.Modules.ComponentsHTML.Controllers.GridPanelSaveSettingsController.SaveExpandCollapse Method

Saves a grid's expand/collapse status (panel header only).

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

Syntax

public ActionResult SaveExpandCollapse(
    Guid settingsModuleGuid,
    bool expanded );

Parameters

settingsModuleGuid

(not specified)

expanded

(not specified)

Return Value

(not specified)

Remarks

This is invoked by client-side code via Ajax whenever a grid's status changes.

Used in conjunction with client-side code.

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