Datagrid Basics

zryip theSlug zryip.theslug at gmail.com
Thu Aug 19 05:53:53 EDT 2010


On Thu, Aug 19, 2010 at 4:43 AM, Ray Horsley <ray at linkit.com> wrote:
> Greetings,
>

> Ideally there would be a simple way to specify individual columns to be
> editable or not.

Hi Ray,

You can define if a column is editable or not by using the
dgColumnIsEditable property of a datagrid

Example for locking the content of a column named myColName
set the dgColumnIsEditable ["myColName"] of group "myDataGrid" to false


Regards,
-- 
-Zryip TheSlug- wish you the best! 8)
http://www.aslugontheroad.co.cc



More information about the use-livecode mailing list