On Thu, Aug 19, 2010 at 4:43 AM, Ray Horsley <[email protected]> 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 _______________________________________________ use-revolution mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-revolution
