The selectall mode of the Grid.
Definition
Fields
Select All checkbox will select all data.
C#
All = 1
Select All checkbox will select only the records within the current context (ex: page, or filtered data).
C#
Current = 0
The selectall mode of the Grid.
Select All checkbox will select all data.
All = 1
Select All checkbox will select only the records within the current context (ex: page, or filtered data).
Current = 0