Hide

YetaWF.ComponentsHTML Package Documentation

Display
Print

YetaWF.Modules.ComponentsHTML.Controllers.CheckListPanelController.CheckListPanelEdit_SortFilter Method

Called by the client-side grid to sort/filter data in the grid used by the CheckListPanel edit component.

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

Syntax

public Task<ActionResult> CheckListPanelEdit_SortFilter( YetaWF.Core.Controllers.YetaWFController.GridPartialViewData gridPVData );

Parameters

gridPVData

Describes the data necessary to render the grid contents.

Return Value

Returns a partial view with the grid data.

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