Why's there ColdFusion.grid.getSelectedRows but no setSelectedRows()?
Doc: Adobe ColdFusion 10 * ColdFusion.grid.getSelectedRows
Then how shall one select rows programmatically???
Sigh... gotta be careful with <cfgrid> before I hit the wall.
Why's there ColdFusion.grid.getSelectedRows but no setSelectedRows()?
Doc: Adobe ColdFusion 10 * ColdFusion.grid.getSelectedRows
Then how shall one select rows programmatically???
Sigh... gotta be careful with <cfgrid> before I hit the wall.
Copyright © 2021 Jogjafile Inc.
I am not sure about 9.0.1, but in CF10 try selectRange or selectRecords.