Action in Grids
Within the grid configurations, a series of settings can be made to modify their behavior or appearance.
Parameters
By default, Netcontent allows us to load the following JSON, where each parameter's function is detailed below:
{"Linker":true, "Editable":false, "ShowAsLookup":false, "DockInplace":false, "AllowDelete": true, "AllowAdding": true, "FieldsNames":[{"SourceFieldName":"LegajoId", "TargetFieldName":"LegajoId","ShowInLink":"false"}, {"SourceFieldName":"SampleField1","TargetFieldName":"SampleField1"},{"SourceFieldName":"SampleField2","TargetFieldName":"SampleField2","ShowInLink":"true"}]}
- Editable: Allows or restricts the user's ability to edit rows in the grid.
- ShowAsLookup:
- DockInplace: Displays the table directly within the fields instead of manually opening it as a window at the bottom of the screen
- .AllowDelete: Allows or restricts the user's ability to delete rows in the grid.
- AllowAdding: Allows the user to add rows to the grid.
Created with the Personal Edition of HelpNDoc: What is a Help Authoring tool?