To support sorting when the user double-clicks the row header (col=0) or column header (row=0) use the following calls:
GetParam()->SetSortColsOnDblClk(TRUE); //sorting by ROWS GetParam()->SetSortRowsOnDblClk(TRUE); //sorting by COLUMNS |
If you would like more control over the manner in which the sorting mechanism works, please look at the Objective Grid Class Reference.
Copyright © Rogue Wave Software, Inc. All Rights Reserved.
The Rogue Wave name and logo, and Stingray, are registered trademarks of Rogue Wave Software. All other trademarks are the property of their respective owners.
Provide feedback to Rogue Wave about its documentation.