Namespace: Consultingwerk.Web2.Services.SmartViews
Interface 
IGridCustomizationProvider Copy to Clipboard
Parent classes:
Inherits: Progress.Lang.Object

File:IGridCustomizationProvider
Purpose:Interface for classes providing customization to Kendo UI
Grids
Description:Invoked by the IGridLayoutProvider service
Author(s):Mike Fechner / Consultingwerk Ltd.
Created:Thu Sep 08 13:41:24 CEST 2016
Purpose: Customizes the resulting JSON defition
Notes:



Top Method Summary
Options Name Purpose
+ CustomizeGridPostSerialization (character, character, JsonObject) Customizes the resulting JSON defition
+ CustomizeGridPreSerialization (character, character, KendoGrid) Customizes the ABL KendoGrid definition


Method Detail
Top

PUBLIC CustomizeGridPostSerialization (character, character, JsonObject)

Purpose: Customizes the resulting JSON defition
Notes:

Parameters:
pcEntityName CHARACTER
The name of the Business Entity to return a view spec form
pcViewName CHARACTER
The name of the view
poJsonObject Progress.Json.ObjectModel.JsonObject
The JSON Object with the Kendo UI definition to customize
Top

PUBLIC CustomizeGridPreSerialization (character, character, KendoGrid)

Purpose: Customizes the ABL KendoGrid definition
Notes:

Parameters:
pcEntityName CHARACTER
The name of the Business Entity to return a view spec form
pcViewName CHARACTER
The name of the view
poKendoGrid Consultingwerk.Web.Kendo.Grid.KendoGrid
The KendoGrid structure to customize


©2006-2023 Consultingwerk Ltd.         info@consultingwerk.de         http://www.consultingwerk.de       15.04.2024 06:17:36