Top Method Summary
Options Name Purpose
+ Progress.Json.ObjectModel.JsonObject GetDetailTemplate (character) Returns the Detail Template
# CHARACTER GetTranslation (character, character, character) Returns a translated string
# Progress.Json.ObjectModel.JsonObject RenderColumnEditor (handle, handle, handle, handle, character) Renders an embedded editor
# RenderColumnHeaderButtons (Column, handle) Renders the column header buttons based on comma delimited attribute values
+ Progress.Json.ObjectModel.JsonObject RenderComponentToJson (character, handle, handle) Renders a component to JSON
+ Progress.Json.ObjectModel.JsonObject RenderDynamicGridToJson (character) Renders the grid template to JSON
+ Progress.Json.ObjectModel.JsonObject RenderDynamicGridToJson (handle) Renders the grid template
# Progress.Json.ObjectModel.JsonObject RenderGridLayout (character, handle, handle) Renders the Grid Layout based on the repository data

Top Constructor Summary
Options Name Purpose
GridWebRendering () Static constructor for the GridWebRendering class


Method Detail
Top

PUBLIC Progress.Json.ObjectModel.JsonObject GetDetailTemplate (character)

Purpose: Returns the Detail Template
Notes:

Parameters:
pcDetailTemplate CHARACTER
The name of the detail template
Returns Progress.Json.ObjectModel.JsonObject
The JsonObject representing the detail template
Top

PROTECTED CHARACTER GetTranslation (character, character, character)

Purpose: Returns a translated string
Notes:

Parameters:
pcScope CHARACTER
The translation scope
pcKey CHARACTER
The translation key
pcDefault CHARACTER
The default text - when no translation is available
Returns CHARACTER
The Translated text
Top

PROTECTED Progress.Json.ObjectModel.JsonObject RenderColumnEditor (handle, handle, handle, handle, character)

Purpose: Renders an embedded editor
Notes:

Parameters:
hColumnInstanceBuffer HANDLE
The handle of the column instance buffer
hColumnAttributes HANDLE
The handle of the attributes buffer
phRepositoryData HANDLE
The handle of the ProDataset with the repository data
phDataset HANDLE
The handle of the dataset of the design time data-source
pcTables CHARACTER
The name of the tables of the design time data-source
Returns Progress.Json.ObjectModel.JsonObject
The JsonObject with the repository data
Top

PROTECTED RenderColumnHeaderButtons (Column, handle)

Purpose: Renders the column header buttons based on comma delimited attribute values
Notes:

Parameters:
poColumn Consultingwerk.Web.Kendo.Grid.Column
The column instance to attach the headerButtons array to
phColumnAttributes HANDLE
The record buffer with the column attributes
Top

PUBLIC Progress.Json.ObjectModel.JsonObject RenderComponentToJson (character, handle, handle)

Purpose: Renders a component to JSON
Notes:

Parameters:
pcObjectInstanceGuid CHARACTER
The GUID of the current object instance
phAttributesBuffer HANDLE
The record buffer with the object attributes
phRepositoryData HANDLE
The repository data to render (ProDataset)
Returns Progress.Json.ObjectModel.JsonObject
The JSON object describing the component
Top

PUBLIC Progress.Json.ObjectModel.JsonObject RenderDynamicGridToJson (character)

Purpose: Renders the grid template to JSON
Notes:

Parameters:
pcObjectName CHARACTER
The repository object name of render
Returns Progress.Json.ObjectModel.JsonObject
The Angular viewer template as a JSON Objet
Top

PUBLIC Progress.Json.ObjectModel.JsonObject RenderDynamicGridToJson (handle)

Purpose: Renders the grid template
Notes:

Parameters:
phRepositoryData HANDLE
The repository data to render (ProDataset)
Returns Progress.Json.ObjectModel.JsonObject
The Angular viewer template
Top

PROTECTED Progress.Json.ObjectModel.JsonObject RenderGridLayout (character, handle, handle)

Purpose: Renders the Grid Layout based on the repository data
Notes:

Parameters:
pcObjectInstanceGuid CHARACTER
The GUID of the current object instance
phAttributesBuffer HANDLE
The record buffer with the object attributes
phRepositoryData HANDLE
The repository data to render (ProDataset)
Returns Progress.Json.ObjectModel.JsonObject
The JSON object describing the component


Constructor Detail
Top

STATIC GridWebRendering ()

Purpose: Static constructor for the GridWebRendering class
Notes:



©2006-2026 Consultingwerk Ltd.         info@consultingwerk.de         http://www.consultingwerk.de       25.01.2026 20:52:03