On Apr 9, 2010, at 11:20 AM, [email protected] wrote:
I am very appreciative of all the things that dg can do. But what I need is a way to PREVENT the user from editing a fld. I need to be able to disable the mousedouble messages. Is this possible? I am using the guide and the tutorials ... But obviously not well enough!
You can always trap messages in the data grid group script so that they don't pass to the data grid behavior script. If you catch mouseDoubleUp/Down and don't pass it then you effectively override the normal behavior.
BUT if you just want to turn off editing of a column in a table check out the dgColumnIsEditable property:
http://lessons.runrev.com/spaces/lessons/manuals/datagrid/lessons/7343-Data-Grid-Properties -- Trevor DeVore Blue Mango Learning Systems ScreenSteps: http://www.screensteps.com Releasable Revolution Resources for Developers: http://revolution.bluemangolearning.com _______________________________________________ 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
