Grid Script Object

See Also                  Methods      

Creates an HTML table that is displayed on a page in the client browser.

Remarks

You can use the Grid script object to display an HTML table on a page that is based on data retrieved from a data source.

At design time, you can use the Grid design-time control to create a Grid script object. The Grid control has custom property pages that make it easier to control the behavior of the Grid script object.

Call the hide, show, and isVisible methods to control how the Grid is displayed. To manipulate the navigation controls of the Grid, call the getPagingNavBar and getRecordsetNavBar methods. To show all the columns in the Grid you can call the bindAllColumns method.

There are no events or properties associated with the Grid script object.

For information on scripting and objects, see Scripting with Design-Time Controls and Script Objects.