Search Results
-
How Do I Create a Checkbox in a Form?
Updated on: Feb 07, 2023
<p>This Lesson presents how to create a checkbox button in a data grid form, using the Data Grid Helper Plugin.</p> <p>This lesson is based on the ExpandingRow stack located in this lesson: http://lessons.livecode.com/m/datagrid/l/9850-how-do-i-create-rows-that-can-expand-contract</p> <p>and wi... -
How Do My DataGrid Can Support UTF-8 or Unicode By Using DGH?
This lesson describes, how to change the Default Column Behavior of a Datagrid, for having it supporting UTF-8 or Unicode
-
How Do I Customize A Table's Columns? Part 2
Updated on: Mar 01, 2024
A column template is nothing more than a Revolution control that is named after a column in your table. This control is located in the row template group for your data grid. This lesson will discuss how to create templates for columns in a data grid table.
-
How Do I Change the Default Header Behavior of a DataGrid?
This lesson describes, how to change the Default Header Behavior of a Datagrid, using the Data Grid Helper plugin.
-
What is the Data Grid?
Updated on: Jun 04, 2024
The Revolution Data Grid enables you to integrate powerful tables and forms into your Revolution projects. Data grids combine Revolution groups and behaviors to provide you with a simple, yet flexible means of displaying your data in just about any way you want.
-
Can You Show Me Some Examples?
Updated on: Jun 04, 2024
Of course we can! The areas of the screenshots highlighted in blue are instances of the data grid control.
-
How Do I Create My First Data Grid Table?
Updated on: Jun 04, 2024
This lesson will show you how to create a bare bones data grid table. Data grid tables are useful when you need to display rows of data in structured columns.
-
How Do I Create My First Data Grid Form?
Updated on: Jun 04, 2024
This lesson will show you how to create a bare bones data grid form. Data grid forms are useful when you need a less rigid layout than columns in a table provide. A data grid form gives you complete control over the look and feel of each record you display.
-
Example: Creating a List of People
Updated on: Feb 27, 2024
This lesson provides a low detail, step-by-step example of creating a custom data grid form. You can download the attached sample stack to see the scripts (or download it here).
-
What Is This "Data Grid Templates" Stack That Appeared in My Project?
<p>A data grid relies on record templates (forms) and column templates (tables) to display data. These templates are merely Revolution controls that will be used to visualize your data. In order to manage these controls the Revolution IDE creates a stack named Data Grid Templates the first time y...