Search Results
-
How Do I Create a Checkbox in a Form?
Updated on: Feb 08, 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 Customize A Table's Columns?
Updated on: Feb 16, 2018
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 Can The User Edit Field Content in a Data Grid Form?
The data grid commands for creating an editor for a particular field in a row template. This lesson will show you how to use them.
-
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.