Hide

YetaWF.ComponentsHTML Package Documentation

Display
Print

YetaWF.Modules.ComponentsHTML.Controllers.GridSaveSettingsController.GridSaveColumnWidths Method

Saves a grid's user-defined column widths.

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

Syntax

public ActionResult GridSaveColumnWidths(
    Guid settingsModuleGuid,
    Dictionary<string,int> columns );

Parameters

settingsModuleGuid

(not specified)

columns

(not specified)

Return Value

(not specified)

Remarks

This is invoked by client-side code via Ajax whenever a grid's column widths change.

Used in conjunction with client-side code.

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