BBjStandardGrid::isColumnUserSortable
Description
In BBj 6.0 and higher, this BBjStandardGrid method returns whether the grid to sort a specified column when the user clicks in the header of that column.
Syntax
| Return Value | Method | 
| boolean | isColumnUserSortable(int columnIndex) | 
Parameters
| Variable | Description | 
| columnIndex | Specifies the zero-based index of the column. | 
Return Value
Returns whether the specified column is user-sortable by clicking in the column header (0 = Not user-sortable, 1 = User-sortable).
Remarks
None.
Example
|  | 
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.