Grid Components
GridContainer
Is the container that will show the grid, the GridColumns should be inside the GridPlaceholder in order to display the columns.

Add the GridContainer Web Block on your Web Screen and add as many GridColumns as you need inside the GridContainer.
RestURL
URL to the rest that will provide the JSON for the grid.
MasterJSONField
When we set a JSONField to be Master Identifier we can manipulate this field when needed.
Use cases for this:
- Set the Json Field Identifier to random to be unique when inserting 'New Blank Rows'.
- Set the Json Field Identifier to random to be unique when inserting 'Insert Selected Rows'.

Defaults: 'Id'
GridWidth
Set the container width in pixels.
GridHeight
Set the container height in pixels.
ExtendedClass
The additional CSS classes for the Grid.
ResultsPage
Set the result rows per page.
RowHeight
Set the container rows height in pixels.
Pagination
Set True to enable the display on the Grid with pagination, that will have a certain amount of records by page.

Use the Pagination block to have a default pagination structure.
For more custom pagination use the blocks on WijmoPagination Flow.
HasFilter
Display filter options.
HasGroupPanel
Allow to drag columns to group panel and apply the grouping by the fields corresponding to the dragged columns.
UndoStackActive
Set True to enable the grid with the capabilitie of Undo(Ctrl + Z) or Redo(Ctrl + Y)
CheckboxSelection
Set to true to render a selection checkbox as first column, with bulk selection functionality.
LoadingMessage
Loading message to display on the grid overlay.
Defaults "Loading ..."
EmptyMessage
Empty message to display on the grid overlay.
Defaults "No results to show"
HideScrollbar
Set True to hide the vertical grid scrollbar.
InvalidInsertMessage
Set the message that will be shown in the feedback message when isn't allowed to insert a row.
If the message is empty, there's fallback messages to prevent.
ConfirmInsertMessage
Set the message that will be shown has a confirm dialog when trying to insert a row.
If the message is empty, no message will be presented.
HasAutoNumbering
Decide if should present auto number index when the HeadersVisibility property of the grid is All (wijmo.grid.HeadersVisibility.All) or Row (wijmo.grid.HeadersVisibility.Row), which displays the row header.
SuppressSorting
Set True to deactivate the sorting in the grid.
AutoGenerateColumns
Set 'True' to generate the columns automatically.
AdvancedFormat
While using AdvancedFormat, please take attention to:
- make sure your custom code is working properly (callbacks, functions, validations, etc.)

 https://demos.wijmo.com/5/Angular/WijmoHelp/WijmoHelp/topic/wijmo.grid.FlexGrid.Class.html

In addition to these, you can also set some configurations:
- firstLoadMessage (boolean): setting this configuration to true will enable first loading messages, e.g. "firstLoadMessage: true".
- loadConfigs (boolean): in cases that don't require grid configuration, setting this parameter do false will improve the
performance, e.g. "loadConfigs: false".   
SanitizeInputValues
Set True to assure the values inputed in the grid will be sanitized.
GridPlaceholder
Drag columns here
GridGroup
Item for GridContainer Web Block, this GridGroup will group GridColumns into one column.

Drag into the GridContainer Web Block as many items as you need, and after that you can drag into the GridGroup as many GridColumns as you need.
GroupName
Name of the group
ColumnsContainer
Add the Column to be included in the group.
GridColumnAdvanced
Item for GridContainer Web Block to render advanced fields, allowing to receive the HTML to render.

Drag into the GridContainer Web Block as many items as you need.
JSONField
Set the JSON field name to bind with the column.
Content
HTML content.
Title
Set the title attribute
DefaultTitle
The default title when there's no title to display.
ExtendedClass
The additional CSS classes for the cells.
Hide
Set True to hide the column.
Pinned
Set the position where the column will be pinned.
Sorting
Set a default sorting status when the grid is displayed first time.
SuppressMenu
Set True to deactivate the menu in the column.
SuppressMovable
Set True to deactivate the column to be movable.
SuppressResize
Set True to deactivate the column to be resized.
SuppressSorting
Set True to deactivate the sorting in the column.
IsGrouped
Can add column to group panel when the grid is displayed first time.
Defaults false.
Width
Set the column width in pixels.
OSCellRenderer
Set the functions here to customize the render of the cell.
eg: "currencyRenderer; changeBackground"
AdvancedFormat
While using AdvancedFormat, please take attention to:
- make sure your custom code is working properly (callbacks, functions, validations, etc.)

 https://demos.wijmo.com/5/Angular/WijmoHelp/WijmoHelp/topic/wijmo.grid.Column.Class.html
GridHeader
Add a label to be displayed in the grid header.
GridColumnCheckbox
Item for GridContainer Web Block to render currency fields.
Note: entity attribute should be mandatory and have numeric type to be formatted properly.
JSONField
Set the JSON field name to bind with the column.
ExtendedClass
The additional CSS classes for the cells.
DefaultValue
The default value when new rows are created.
Editable
Set if the column will be editable.
Hide
Set True to hide the column.
Sorting
Set a default sorting status when the grid is displayed first time.
SuppressMenu
Set True to deactivate the menu in the column.
SuppressMovable
Set True to deactivate the column to be movable.
SuppressResize
Set True to deactivate the column to be resized.
SuppressSorting
Set True to deactivate the sorting in the column.
IsGrouped
Can add column to group panel when the grid is displayed first time.
Defaults false.
Width
Set the column width in pixels.
Conversion
Set the functions here to when the cell is changed convert the value with a specific condition after editing.

eg: "ToUpper; ToLower"
Validation
Set the functions that will do the validations when editing the value of the column.
eg: "maxLength(10); validCharacter(A-Z)"
OSCellRenderer
Set the functions here to customize the render of the cell.
eg: "currencyRenderer; changeBackground"
AdvancedFormat
While using AdvancedFormat, please take attention to:
- make sure your custom code is working properly (callbacks, functions, validations, etc.)

 https://demos.wijmo.com/5/Angular/WijmoHelp/WijmoHelp/topic/wijmo.grid.Column.Class.html
GridHeader
Add a label to be displayed in the grid header.
GridColumnCurrency
Item for GridContainer Web Block to render currency fields.
Note: entity attribute should be mandatory and have numeric type to be formatted properly.
JSONField
Set the JSON field name to bind with the column.
ExtendedClass
The additional CSS classes for the cells.
DefaultValue
The default value when new rows are created.
Symbol
Currency symbol. Default: "$"
Editable
Set if the column will be editable.
Hide
Set True to hide the column.
Pinned
Set the position where the column will be pinned.
Sorting
Set a default sorting status when the grid is displayed first time.
SuppressMenu
Set True to deactivate the menu in the column.
SuppressMovable
Set True to deactivate the column to be movable.
SuppressResize
Set True to deactivate the column to be resized.
SuppressSorting
Set True to deactivate the sorting in the column.
IsGrouped
Can add column to group panel when the grid is displayed first time.
Defaults false.
Width
Set the column width in pixels.
Conversion
Set the functions here to when the cell is changed convert the value with a specific condition after editing.
eg: "ToUpper; ToLower"
Validation
Set the functions that will do the validations when editing the value of the column.
eg: "maxLength(10); validCharacter(A-Z)"
OSCellRenderer
Set the functions here to customize the render of the cell.
eg: "currencyRenderer; changeBackground"
AdvancedFormat
While using AdvancedFormat, please take attention to:
- make sure your custom code is working properly (callbacks, functions, validations, etc.)

 https://demos.wijmo.com/5/Angular/WijmoHelp/WijmoHelp/topic/wijmo.grid.Column.Class.html
AllowDelete
Specifies whether cells content in this column can be deleted. When set to «false», the column becomes mandatory and any empty cells will be marked as required.
GridHeader
Add a label to be displayed in the grid header.
GridColumnDate
Item for GridContainer Web Block that receives date as datatype values.
JSONField
Set the JSON field name to bind with the column.
ExtendedClass
The additional CSS classes for the cells.
DefaultValue
The default value when new rows are created.
Editable
Set if the column will be editable.
Hide
Set True to hide the column.
Pinned
Set the position where the column will be pinned.
Sorting
Set a default sorting status when the grid is displayed first time.
SuppressMenu
Set True to deactivate the menu in the column.
SuppressMovable
Set True to deactivate the column to be movable.
SuppressResize
Set True to deactivate the column to be resized.
SuppressSorting
Set True to deactivate the sorting in the column.
IsGrouped
Can add column to group panel when the grid is displayed first time.
Defaults false.
Width
Set the column width in pixels.
Conversion
Set the functions here to when the cell is changed convert the value with a specific condition after editing.
eg: "ToUpper; ToLower"
Validation
Set the functions that will do the validations when editing the value of the column.
eg: "maxLength(10); validCharacter(A-Z)"
OSCellRenderer
Set the functions here to customize the render of the cell.
eg: "currencyRenderer; changeBackground"
AdvancedFormat
While using AdvancedFormat, please take attention to:
- make sure your custom code is working properly (callbacks, functions, validations, etc.)

 https://demos.wijmo.com/5/Angular/WijmoHelp/WijmoHelp/topic/wijmo.grid.Column.Class.html
AllowDelete
Specifies whether cells content in this column can be deleted. When set to «false», the column becomes mandatory and any empty cells will be marked as required.
GridHeader
Add a label to be displayed in the grid header.
GridColumnDateTime
Item for GridContainer Web Block that receives date and time as datatype values.
JSONField
Set the JSON field name to bind with the column.
ExtendedClass
The additional CSS classes for the cells.
DefaultValue
The default value when new rows are created.
Editable
Set if the column will be editable.
Hide
Set True to hide the column.
Pinned
Set the position where the column will be pinned.
Sorting
Set a default sorting status when the grid is displayed first time.
SuppressMenu
Set True to deactivate the menu in the column.
SuppressMovable
Set True to deactivate the column to be movable.
SuppressResize
Set True to deactivate the column to be resized.
SuppressSorting
Set True to deactivate the sorting in the column.
IsGrouped
Can add column to group panel when the grid is displayed first time.
Defaults false.
Width
Set the column width in pixels.
Conversion
Set the functions here to when the cell is changed convert the value with a specific condition after editing.
eg: "ToUpper; ToLower"
Validation
Set the functions that will do the validations when editing the value of the column.
eg: "maxLength(10); validCharacter(A-Z)"
OSCellRenderer
Set the functions here to customize the render of the cell.
eg: "currencyRenderer; changeBackground"
AdvancedFormat
While using AdvancedFormat, please take attention to:
- make sure your custom code is working properly (callbacks, functions, validations, etc.)

 https://demos.wijmo.com/5/Angular/WijmoHelp/WijmoHelp/topic/wijmo.grid.Column.Class.html
AllowDelete
Specifies whether cells content in this column can be deleted. When set to «false», the column becomes mandatory and any empty cells will be marked as required.
GridHeader
Add a label to be displayed in the grid header.
GridColumnDownload
Item for GridContainer Web Block to attach link to a management page.
JSONField
Set the JSON field name to bind with the column.
Title
Set the title attribute to be displayed on hover the link
ExtendedClass
The additional CSS classes for the cells.
Hide
Set True to hide the column.
Pinned
Set the position where the column will be pinned.
Sorting
Set a default sorting status when the grid is displayed first time.
SuppressMenu
Set True to deactivate the menu in the column.
SuppressMovable
Set True to deactivate the column to be movable.
SuppressResize
Set True to deactivate the column to be resized.
SuppressSorting
Set True to deactivate the sorting in the column.
IsGrouped
Can add column to group panel when the grid is displayed first time.
Defaults false.
Width
Set the column width in pixels.
OSCellRenderer
Set the functions here to customize the render of the cell.
eg: "currencyRenderer; changeBackground"
AdvancedFormat
While using AdvancedFormat, please take attention to:
- make sure your custom code is working properly (callbacks, functions, validations, etc.)

 https://demos.wijmo.com/5/Angular/WijmoHelp/WijmoHelp/topic/wijmo.grid.Column.Class.html
GridHeader
Add a label to be displayed in the grid header.
GridColumnLink
Item for GridContainer Web Block to render link fields.
JSONField
Set the JSON field name to bind with the column.
Title
Set the title attribute to be displayed on hover the link
DefaultTitle
The default title when there's no title to display.
ExtendedClass
The additional CSS classes for the cells.
Hide
Set True to hide the column.
Pinned
Set the position where the column will be pinned.
Sorting
Set a default sorting status when the grid is displayed first time.
SuppressMenu
Set True to deactivate the menu in the column.
SuppressMovable
Set True to deactivate the column to be movable.
SuppressResize
Set True to deactivate the column to be resized.
SuppressSorting
Set True to deactivate the sorting in the column.
IsGrouped
Can add column to group panel when the grid is displayed first time.
Defaults false.
Width
Set the column width in pixels.
OSCellRenderer
Set the functions here to customize the render of the cell.
eg: "currencyRenderer; changeBackground"
AdvancedFormat
While using AdvancedFormat, please take attention to:
- make sure your custom code is working properly (callbacks, functions, validations, etc.)

 https://demos.wijmo.com/5/Angular/WijmoHelp/WijmoHelp/topic/wijmo.grid.Column.Class.html
Transition
Transition method (default: New):
    open in a new window (New): when width and height is defined
    open in a new tab (New)
    open in the same tab/window (Self)
    open in specified tab/window (Specific): if the same link is opened many times, will open the tab/window always in the same tab/window for a specific grid
TransitionConfigs
Comma-separated list of transition configurations, no whitespaces.
Can be used in the format: "width=200,height=100"

More info in:
     https://www.w3schools.com/jsref/met_win_open.asp
GridHeader
Add a label to be displayed in the grid header.
GridColumnNumber
Item for GridContainer Web Block to render number fields.
JSONField
Set the JSON field name to bind with the column.
ExtendedClass
The additional CSS classes for the cells.
DefaultValue
The default value when new rows are created.
Editable
Set if the column will be editable.
Hide
Set True to hide the column.
Pinned
Set the position where the column will be pinned.
Sorting
Set a default sorting status when the grid is displayed first time.
SuppressMenu
Set True to deactivate the menu in the column.
SuppressMovable
Set True to deactivate the column to be movable.
SuppressResize
Set True to deactivate the column to be resized.
SuppressSorting
Set True to deactivate the sorting in the column.
IsGrouped
Can add column to group panel when the grid is displayed first time.
Defaults false.
Width
Set the column width in pixels.
Conversion
Set the functions here to when the cell is changed convert the value with a specific condition after editing.
eg: "ToUpper; ToLower"
Validation
Set the functions that will do the validations when editing the value of the column.
eg: "maxLength(10); validCharacter(A-Z)"
OSCellRenderer
Set the functions here to customize the render of the cell.

eg: "currencyRenderer; changeBackground"
AdvancedFormat
While using AdvancedFormat, please take attention to:
- make sure your custom code is working properly (callbacks, functions, validations, etc.)

 https://demos.wijmo.com/5/Angular/WijmoHelp/WijmoHelp/topic/wijmo.grid.Column.Class.html
AdvancedConfigs
Add advanced options that will be applied to the Cell. Eg.: step, showSpinner and many others.

You can find all the options here
 https://developer.mescius.com/wijmo/api/classes/Wijmo_Input.Inputnumber.html
AllowDelete
Specifies whether cells content in this column can be deleted. When set to «false», the column becomes mandatory and any empty cells will be marked as required.
GridHeader
Add a label to be displayed in the grid header.
GridColumnSelect
Item for GridContainer Web Block to render one richSelect field and when the value is changed will render the other cell's that are related.
JSONField
Set the JSON field name to bind with the column.
JSONFieldLabel
Field label to bind.
JSONRestURL
Set a JSON to populate the dropdown.
ExtendedClass
The additional CSS classes for the cells.
DefaultValue
The default value when new rows are created.
ComparatorJSONField
Set the name of the JSONField that will be provided to compare with the data in the row and
filter the options available in the GridColumnSelect.
Editable
Set if the column will be editable.
Hide
Set True to hide the column.
Pinned
Set the position where the column will be pinned.
Sorting
Set a default sorting status when the grid is displayed first time.
SuppressMenu
Set True to deactivate the menu in the column.
SuppressMovable
Set True to deactivate the column to be movable.
SuppressResize
Set True to deactivate the column to be resized.
SuppressSorting
Set True to deactivate the sorting in the column.
IsGrouped
Can add column to group panel when the grid is displayed first time.
Defaults false.
Width
Set the column width in pixels.
Conversion
Set the functions here to when the cell is changed convert the value with a specific condition after editing.
eg: "ToUpper; ToLower"
Validation
Set the functions that will do the validations when editing the value of the column.
eg: "maxLength(10); validCharacter(A-Z)"
OSCellRenderer
Set the functions here to customize the render of the cell.
eg: "currencyRenderer; changeBackground"
SearchFunction
Set False to use a normal dropdown.
MatchTypeBeginWith
Set True to search on the Select List by the options that begin with the searched text.

Note: This field is only applied when using the Searchfunction feature.
AdvancedFormat
While using AdvancedFormat, please take attention to:
- make sure your custom code is working properly (callbacks, functions, validations, etc.)

 https://demos.wijmo.com/5/Angular/WijmoHelp/WijmoHelp/topic/wijmo.grid.Column.Class.html
AllowDelete
Specifies whether cells content in this column can be deleted. When set to «false», the column becomes mandatory and any empty cells will be marked as required.
GridHeader
Add a label to be displayed in the grid header.
Dropdown
Optionally define the template of the dropdown using the 'Item' block to specify where the data will be placed and where (can be used any HTML element, like containers, ...).
GridColumnText
Item for GridContainer Web Block to render text fields.
JSONField
Set the JSON field name to bind with the column.
ExtendedClass
The additional CSS classes for the cells.
DefaultValue
The default value when new rows are created.
Editable
Set if the column will be editable.
FilterSetType
Set True to set as SET Filter Type, if set to False, the Text Filter Type is applied.
Hide
Set True to hide the column.
Pinned
Set the position where the column will be pinned.
Sorting
Set a default sorting status when the grid is displayed first time.
SuppressMenu
Set True to deactivate the menu in the column.
SuppressMovable
Set True to deactivate the column to be movable.
SuppressResize
Set True to deactivate the column to be resized.
SuppressSorting
Set True to deactivate the sorting in the column.
IsGrouped
Can add column to group panel when the grid is displayed first time.
Defaults false.
Width
Set the column width in pixels.
Conversion
Set the functions here to when the cell is changed convert the value with a specific condition after editing.
eg: "ToUpper; ToLower"
Validation
Set the functions that will do the validations when editing the value of the column.
eg: "maxLength(10); validCharacter(A-Z)"
OSCellRenderer
Set the functions here to customize the render of the cell.
eg: "currencyRenderer; changeBackground"
AdvancedFormat
While using AdvancedFormat, please take attention to:
- make sure your custom code is working properly (callbacks, functions, validations, etc.)

 https://demos.wijmo.com/5/Angular/WijmoHelp/WijmoHelp/topic/wijmo.grid.Column.Class.html
AllowDelete
Specifies whether cells content in this column can be deleted. When set to «false», the column becomes mandatory and any empty cells will be marked as required.
GridHeader
Add a label to be displayed in the grid header.
GridColumnUpload
Item for GridContainer Web Block to attach link to a management page.
JSONField
Set the JSON field name to bind with the column.
Title
Set the title attribute to be displayed on hover the link
ExtendedClass
The additional CSS classes for the cells.
Hide
Set True to hide the column.
Pinned
Set the position where the column will be pinned.
Sorting
Set a default sorting status when the grid is displayed first time.
SuppressMenu
Set True to deactivate the menu in the column.
SuppressMovable
Set True to deactivate the column to be movable.
SuppressResize
Set True to deactivate the column to be resized.
SuppressSorting
Set True to deactivate the sorting in the column.
IsGrouped
Can add column to group panel when the grid is displayed first time.
Defaults false.
Width
Set the column width in pixels.
OSCellRenderer
Set the functions here to customize the render of the cell.
eg: "currencyRenderer; changeBackground"
AdvancedFormat
While using AdvancedFormat, please take attention to:
- make sure your custom code is working properly (callbacks, functions, validations, etc.)

 https://demos.wijmo.com/5/Angular/WijmoHelp/WijmoHelp/topic/wijmo.grid.Column.Class.html
GridHeader
Add a label to be displayed in the grid header.
DropdownItem
Field to be presented on the select dropdown.
JSONField
Set the JSON field name to get the data and present on the dropdown item.
ItemLabel
Add a label to be displayed in the preview.
DropdownItemIcon
Field containing the icon name, to be presented on the select dropdown.
JSONField
Set the JSON field name to get the data and present the proper icon on the dropdown item.
IconSize
Size of the icon
ButtonFirstPage
Action for the Grid Component to go to the first page.
GridWidgetId
ID of GridContainer widget.
By default: first grid on the screen.
ExtendedClass
The additional CSS classes for the button.
Label
Label to be presented inside the action button.
ButtonLastPage
Action for the Grid Component to go to the last page.
GridWidgetId
ID of GridContainer widget.
By default: first grid on the screen.
ExtendedClass
The additional CSS classes for the button.
Label
Label to be presented inside the action button.
ButtonNextPage
Action for the Grid Component to go to the next page.
GridWidgetId
ID of GridContainer widget.
By default: first grid on the screen.
ExtendedClass
The additional CSS classes for the button.
Label
Label to be presented inside the action button.
ButtonPreviousPage
Action for the Grid Component to go back to the previous page.
GridWidgetId
ID of GridContainer widget.
By default: first grid on the screen.
ExtendedClass
The additional CSS classes for the button.
Label
Label to be presented inside the action button.
PageNumber
Show the current page number (E.g.: [1] to 10).
GridWidgetId
ID of GridContainer widget.
By default: first grid on the screen.
PageTotal
Show the total number of pages (E.g.: 1 to [10]).
GridWidgetId
ID of GridContainer widget.
By default: first grid on the screen.
Pagination
Default pagination structure.
GridWidgetId
ID of GridContainer widget.
By default: first grid on the screen.
RecordNumberFrom
Show the page number of records from is being shown (E.g.: [100] to 200).
GridWidgetId
ID of GridContainer widget.
By default: first grid on the screen.
RecordNumberTo
Show the page number of records to that is being shown (E.g.: 100 to [200]).
GridWidgetId
ID of GridContainer widget.
By default: first grid on the screen.
RecordsNumber
Show the total number of records.
GridWidgetId
ID of GridContainer widget.
By default: first grid on the screen.
RefreshPagination
Refresh pagination elements.
GridWidgetId
ID of GridContainer widget.
By default: first grid on the screen.
ClearFilterButton
Action for the Grid Component to clear the filters.
GridWidgetId
ID of GridContainer widget.
By default: first grid on the screen.
ExtendedClass
The additional CSS classes for the button.
Label
Label to be presented inside the action button.
ClearGroupButton
Action for the Grid Component to clear the grouping.
GridWidgetId
ID of GridContainer widget.
By default: first grid on the screen.
ExtendedClass
The additional CSS classes for the button.
Label
Label to be presented inside the action button.
ClearSortButton
Action for the Grid Component to clear the sort.
GridWidgetId
ID of GridContainer widget.
By default: first grid on the screen.
ExtendedClass
The additional CSS classes for the button.
Label
Label to be presented inside the action button.
ConfigurationResetButton
Action for the Grid Component to render a button that on click will reset the user configurations for the Grid.
GridWidgetId
ID of GridContainer widget to reset configurations.
By default: first grid on the screen.
ExtendedClass
The additional CSS classes for the button.
SuccessMessage
Set the message that will be shown in the feedback message when the Reset Configurations is successful.
If empty or if the message is not set, there's fallback messages to prevent.
ErrorMessage
Set the message that will be shown in the feedback message when the Reset Configurations isn't successful.
If empty or if the message is not set, there's fallback messages to prevent.
Confirmation
Set the functions that will trigger confirmation box to verify or accept something.
eg: "IsOwner; AreSure"
Label
Label to be presented inside the action button.
ConfigurationSaveButton
Action for the Grid Component to render a button that on click will save the user configurations for the Grid.
Note: this feature is not available for auto generated Grids and, at this point where stability is the goal for this asset,
we will not change the core to cover this use case.
GridWidgetId
ID of GridContainer widget to save the configurations. 
By default: first grid on the screen.
ExtendedClass
The additional CSS classes for the button.
SuccessMessage
Set the message that will be shown in the feedback message when the Reset Configurations is successful.
If empty or if the message is not set, there's fallback messages to prevent.
ErrorMessage
Set the message that will be shown in the feedback message when the Reset Configurations isn't successful.
If empty or if the message is not set, there's fallback messages to prevent.
Confirmation
Set the functions that will trigger confirmation box to verify or accept something.
eg: "IsOwner; AreSure"
Label
Label to be presented inside the action button.
ExportCSVButton
Action for the Grid Component to export the data to a CSV file.

Drag into the Web Screen as many items as you need.
GridWidgetId
ID of GridContainer widget to export the data.
By default: first grid on the screen.
ExtendedClass
The additional CSS classes for the button.
FileName
Text to use as the file name. If missing, the file name 'CSVexport.csv' will be used.
Label
Label to be presented inside the action button.
ExportExcelButton
Action for the Grid Component to export the data to Excel with multiple functionalities.
GridWidgetId
ID of GridContainer widget to export the data.
By default: first grid on the screen.
ExtendedClass
The additional CSS classes for the button.
FileName
Set the message that will be shown in the feedback message when the Reset Configurations is successful.
If empty or if the message is not set, there's fallback messages to prevent.
IncludeColumnHeaders
Set the message that will be shown in the feedback message when the Reset Configurations isn't successful.
If empty or if the message is not set, there's fallback messages to prevent.
IncludeRowHeaders
Set the functions that will trigger confirmation box to verify or accept something.
eg: "IsOwner; AreSure"
AdvancedFormat
While using AdvancedFormat, please take attention to:
- make sure your custom code is working properly (callbacks, functions, validations, etc.)
Label
Label to be presented inside the action button.
MessageManager
Is the engine that handles all the message features.
MoveRowDownButton
Action for the Grid Component to render a button that on click will move down the selected rows.
GridWidgetId
ID of GridContainer widget to move row(s) down.
By default: first grid on the screen.
ExtendedClass
The additional CSS classes for the button.
Label
Label to be presented inside the action button.
MoveRowUpButton
Action for the Grid Component to render a button that on click will move up the selected rows.
GridWidgetId
ID of GridContainer widget to move row(s) up.
By default: first grid on the screen.
ExtendedClass
The additional CSS classes for the button.
Label
Label to be presented inside the action button.
SendDirtyRowsButton
Action for the Grid Component to render a button that on click send the dirty rows data to the server.

The button is disable when clicked until a response or an error, this is to avoid multiple clicks to overload the server.

The data is sent in the request as JSON format.
GridWidgetId
ID of GridContainer widget to send the dirty items.
By default: first grid on the screen.
RestURL
Rest URL to where the dirty rows are sent.
ExtendedClass
The additional CSS classes for the button.
ForceRefresh
When set to True it will refresh the data from the grid, fetching new data again from the server.
HttpMethod
Rest HTTP Method in which way the information will be sent to the HTTP Service request.

Accepted values: 'POST', 'PUT' or 'DELETE'.
Default value: 'POST'

POST - Request that the resource at the URI do something with the provided entity. Often POST is used to create a new entity, but it can also be used to update an entity.

PUT - Store an entity at a URI. PUT can create a new entity or update an existing one. A PUT request is idempotent. Idempotency is the main difference between the expectations of PUT versus a POST request.

DELETE - Request that a resource be removed; however, the resource does not have to be removed immediately. It could be an asynchronous or long-running request.
Confirmation
Set the functions that will trigger confirmation box to verify or accept something.
eg: "IsOwner; AreSure"
Validation
Set the Validation functions that will be triggered before sending the data to the server.
Enable
Set False to disable the button.
Visible
Set False to hide the button.
CanUpdatePartialRow
Check if can update only the rows that were updated. Defaults true.
CanSendErrorFreeRow
Check if can send the valid rows to the server, even when there are invalid rows. Defaults true.
Label
Label to be presented inside the action button.
SendRemovedRowsButton
Action for the Grid Component to render a button that on click send the removed rows data to the server.

The button is disable when clicked until a response or an error, this is to avoid multiple clicks to overload the server.

The data is sent in the request as JSON format.
GridWidgetId
ID of GridContainer widget to send the removed items.
By default: first grid on the screen.
RestURL
Rest URL to where the dirty rows are sent.
ExtendedClass
The additional CSS classes for the button.
HttpMethod
Rest HTTP Method in which way the information will be sent to the HTTP Service request.

Accepted values: 'POST', 'PUT' or 'DELETE'.
Default value: 'POST'

POST - Request that the resource at the URI do something with the provided entity. Often POST is used to create a new entity, but it can also be used to update an entity.

PUT - Store an entity at a URI. PUT can create a new entity or update an existing one. A PUT request is idempotent. Idempotency is the main difference between the expectations of PUT versus a POST request.

DELETE - Request that a resource be removed; however, the resource does not have to be removed immediately. It could be an asynchronous or long-running request.
ForceRefresh
When set to True it will refresh the data from the grid, fetching new data again from the server.
Confirmation
Set the functions that will trigger confirmation box to verify or accept something.
eg: "IsOwner; AreSure"
Validation
Set the Validation functions that will be triggered before sending the data to the server.
Enable
Set False to disable the button.
Visible
Set False to hide the button.
Label
Label to be presented inside the action button.
SendSelectedRowsButton
Action for the Grid Component to render a button that on click send the selected rows data to the server.

The button is disable when clicked until a response or an error, this is to avoid multiple clicks to overload the server.

The data is sent in the request as JSON format.
GridWidgetId
ID of GridContainer widget to send the selected items.
By default: first grid on the screen.
RestURL
Rest URL to where the dirty rows are sent.
ExtendedClass
The additional CSS classes for the button.
HttpMethod
Rest HTTP Method in which way the information will be sent to the HTTP Service request.

Accepted values: 'POST', 'PUT' or 'DELETE'.
Default value: 'POST'

POST - Request that the resource at the URI do something with the provided entity. Often POST is used to create a new entity, but it can also be used to update an entity.

PUT - Store an entity at a URI. PUT can create a new entity or update an existing one. A PUT request is idempotent. Idempotency is the main difference between the expectations of PUT versus a POST request.

DELETE - Request that a resource be removed; however, the resource does not have to be removed immediately. It could be an asynchronous or long-running request.
ForceRefresh
When set to True it will refresh the data from the grid, fetching new data again from the server.
Confirmation
Set the functions that will trigger confirmation box to verify or accept something.
eg: "IsOwner; AreSure"
Validation
Set the Validation functions that will be triggered before sending the data to the server.
Enable
Set False to disable the button.
Visible
Set False to hide the button.
CanUpdatePartialRow
Check if can update only the rows that were updated. Defaults true.
CanSendErrorFreeRow
Check if can send the valid rows to the server, even when there are invalid rows. Defaults true.
Label
Label to be presented inside the action button.
HideLoading
Hide loading overlay in the grid.
GridWidgetId
ID of GridContainer widget to be refreshed.
RefreshGrid 
Action to refresh the grid from a JSON.

This action should be used inside actions by Buttons or Links with 'Ajax Submit' Method.
RestURL
URL to the rest that will provide the JSON for the grid.
GridWidgetId
ID of GridContainer widget to be refreshed.
RefreshSelect
Action to refresh Select from a JSON.

This action should be used inside actions by Buttons or Links with 'Ajax Submit' Method.
RestURL
URL to the rest that will provide the JSON for the select.
GridWidgetId
ID of GridContainer widget to be refreshed.
JsonField
Set the JSON field name to find the column.
ShowLoading
Show loading overlay in the grid.
GridWidgetId
ID of GridContainer widget to be refreshed.
EventTrigger 
Event listener of a defined type (input parameter EventId) and to trigger an action (notify Action).
Use the NotifyGetMessage action to get the output message which has a structure that can be consulted on the grid documentation.
GridWidgetId
ID of GridContainer widget.
By default: first grid on the screen.
EventId
Event to listen and trigger some action having the values from the event scope.
JSONField
If set, bind the event only to the column corresponding to JSON field name. If empty, the event will be bound to every column.
RowEvent 
Row events to trigger an action having as parameter a record with one record having information related to the event, plus the the grid structure.
GridWidgetId
ID of GridContainer widget.
By default: first grid on the screen.
RowEventId
Event to listen and trigger some action having the values from the event scope.
ContextMenu 
Define the custom menu options which will overwrite the defaults.
GridWidgetId
ID of GridContainer widget.
By default: first grid on the screen.
Items
Drag here a ContextMenuItem and ContextMenuSeparator widgets.
ContextMenuItem
Custom menu item. Drag it to Items placeholder of ContextMenu widget.
Action
JavaScript action(s) to run on click. On setting more than one action, must be separated by commas and strings should be defined using quotes (').
There's no need to parse the quotes that should be part of the string of an argument (\'), when placed between the main quotes in this parameter anything that is between quotes is already part of the string.

E.g.: "GridOS.MessageManagerFeature.setMessage('Success', 'item 1 clicked');, console.log('item 1 clicked');"
    this action parameter will be splitted and execute the following two actions:
        GridOS.MessageManagerFeature.setMessage('Success', 'item '1' clicked');
            > output = feedback message: item '1' clicked
        console.log('item '1' clicked');
            > output = console log: item '1' clicked
IsCheck
If true will check if the item will be enabled/disabled depending if there are rows checked.
Icon
Icon to place on the left.
Title
Item text.
Right
Label to show on the right. For example, a shortcut (Ctrl+C).
SubItems
Accepts ContextMenuItem and ContextMenuSepatator widgets and if any set will be created a submenu option.
ContextMenuSeparator
Custom menu item separator. Drag it to Items placeholder of ContextMenu widget.