- {grid.object}.submitGridPartRow Method
- /documentation/pages/Ref/Client_Api/Grid/submitGridPartRow Method.xmlSubmits any edits that the user made to a particular row in the Grid.
- canRowSubmit
- /documentation/pages/Guides/Mobile and Web Components/Grid/Code/Client-side Events/canRowSubmit.xmlFires when the user tries to submit changes to a row. If the event returns false, the action is cancelled.
- SQL::Connection ToGridComponentDataObject Method
- /documentation/pages/Ref/Api/Namespace/SQL/Connection/ToGridComponentDataObject Method.xmlFetch data to a Grid Component Data Object using a SQL Query.
- SQL::ResultSet ToGridComponentDataObject Method
- /documentation/pages/Ref/Api/Namespace/SQL/ResultSet/ToGridComponentDataObject Method.xmlConvert the ResultSet to a Grid Component DataObject data and field arrays.
- {grid.object}.submitGridPart Method
- /documentation/pages/Ref/Client_Api/Grid/submitGridPart Method.xmlSubmit the Grid part to commit any edits that were made to the records shown in the Grid part. Contrast with the .submitGridPartRow() method which submits an individual Grid row.
- Object Pointer data Method
- /documentation/pages/Ref/Api/Objects/Data Types/Object Pointer/data method.xml
Returns the value of the property, if it exists.
- windowObject.restore Method
- /documentation/pages/Ref/Client_Api/UX/window object methods/restore method.xmlRestores a window from its maximized size to its previous size.
- Grid Fields
- /documentation/pages/Guides/Mobile and Web Components/Grid/Grid Fields/index.xmlThe Grid Fields page is where you define what fields you will use in your grid, insert special controls, and set properties for individual controls.
- TabbedUI Object - Method to Select the Active Pane
- /documentation/pages/Guides/Mobile and Web Components/TabbedUI/TabbedUI Object Method to Select the Active Pane.xmlThe Tabbed UI object has a method to select the active pane by its title. For example, say you have a pane with a title of 'Customers'. This JavaScript will select that pane:
- windowObject.maximize Method
- /documentation/pages/Ref/Client_Api/UX/window object methods/maximize method.xmlMaximize a window.