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 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 Create an iOS Modal Pickwheel in a column?
This Lesson presents how to create a column containing an iOS Modal Pickwheel control in a datagrid, using the Data Grid Helper Plugin.
-
How Do I Create an iOS Date Picker in a column?
This Lesson presents how to create a column containing an iOS Date Picker control in a datagrid, using the Data Grid Helper Plugin.
-
How Do I Create a Progress Bar in a Column?
This Lesson presents how to create a column containing a Progress Bar in a datagrid, using the Data Grid Helper Plugin.
-
How Do I Create a Menu Button in a Column?
Updated on: Feb 07, 2023
This Lesson presents how to create a column containing a menu button in a datagrid, using the Data Grid Helper Plugin.
-
How Do I Clear Data From a Data Grid?
Updated on: Mar 04, 2024
Clearing the data out of a Data Grid is as easy as setting the dgData (or dgText) of the Data Grid to empty.
set the dgData of group "DataGrid" to empty
-
How Do I Determine If a User Clicks In The Table Header?
Updated on: Mar 05, 2024
This lesson will show you how to determine if the user clicked in the header of a Data Grid table by showing you how to use the dgHeaderControl and dgHeader properties of the target control that was clicked on.
-
How Do I Display a Contextual Menu When the User Clicks on a Column Header?
-
How Do I Disable Column Sorting?
Updated on: Mar 07, 2024
This lesson will show you how to disable column sorting in a Data Grid table.