WizListOptions Enumeration |
Namespace: NetQuarry
Member name | Value | Description | |
---|---|---|---|
AllowAddViaFind | 1 | Allow user to find existing items and add them to the list. | |
AllowRemoveItems | 2 | Allow user to remove items (including those not added to the list by the user). | |
AllowAddNew | 8 | Allow new items to be created and added to the list. | |
ShowLinksAsButtons | 16 | Render add links as buttons for list edit actions. | |
NoRefresh | 32 | Don't display the refresh option on the edit list. | |
AllowDrilldown | 64 | Allow drilldown navigation to items in the list. | |
NoImmediateValidation | 128 | Do not perform field validation and formatting upon loss of focus (instead validate only when leaving the page). Applies to editable lists only. | |
FieldListOnly | 256 | Reduce page size by treating all fields not in the FieldList as Sensitive and not rendering them into the list's HTML unless visible. | |
FitToPage | 512 | Fits list content to page adding scrollbars as needed to the containing DIV. Applies to FullPageScrolling mode only as this is the normal behaviour otherwise. | |
AllowSorting | 1024 | Allow the user to sort list columns. Currently only available in WizPhantomEditList and only in non-LegacyRendering mode. | |
AllowFiltering | 2048 | Allow the user to filter using an FBF row. Currently only available in WizPhantomEditList and only in non-LegacyRendering mode. |
Copyright (c) 2004-2020 NetQuarry, Inc. All rights reserved.