Initialises the Grid's functionality.

This method will also call the LayoutSaveDefault method.

Syntax

ISGrid.InitialiseFunctionality(gridStyle, allowColumnChooser, allowColumnClickSort, allowGrouping, allowFilterRow, allowCardView, [allowFind])

Parameters

NameTypeOptionalByRefDescription
gridStyle iseGridStyle
allowColumnChooser Boolean Indicates whether the Column Chooser can be displayed.
allowColumnClickSort iseDefaultableBoolean Indicates whether Columns can be Sorted by clicking their headers. This should not be allowed for Moveable Collections.
allowGrouping Boolean Indicates whether Grouping should be allowed.
allowFilterRow Boolean Indicates whether Filtering should be allowed.
allowCardView Boolean Indicates whether the Grid can be put into Card View mode.
allowFind Boolean Optional Indicates whether to allow the Find dialog to be displayed to search the grid. If omitted, a value of True is assumed.
Member of:
ISGrid
Namespace:
Intersoft.ISUserInterface6
Assembly:
ISUserInterface6, Version=6.0.3
Target Framework:
.NET 9.0