Whatever message this page gives is out now! Go check it out!

ColdFusion.Grid.getGridObject

Last update:
May 18, 2026

Description

Gets the underlying Ext (Ext JS JavaScript library) object for the specified HTML grid.

Function syntax

ColdFusion.Grid.getGridObject(name)

See also

cfgridColdFusion.Grid.refreshColdFusion.Grid.sortExt

JS - JavaScript Library Documentation
Using HTML grids in the Developing ColdFusion Applications

History

ColdFusion 8: Added this function

Parameters

Parameter
Description
name
The value of the name attribute of the cfgrid tag for which you want the object.

Returns

If the grid is editable, an object of type Ext.grid.EditableGrid; otherwise, an object of type Ext.grid.Grid.

Usage

Use this function to get the Ext toolkit (Ext.grid) object that underlies the ColdFusion HTML cfgrid control. You can then use the raw object to modify the displayed grid. For documentation on the objects and how to manage them, see Ext JS - JavaScript Library Documentation

Share this page

Was this page helpful?
We're glad. Tell us how this page helped.
We're sorry. Can you tell us what didn't work for you?
Thank you for your feedback. Your response will help improve this page.

On this page