Thanks Trevor for your help. the dgColumnIsEditable did the trick!
Marcello On 24/mar/2010, at 20.37, Trevor DeVore wrote: > On Mar 24, 2010, at 3:33 PM, Marcello Bertoli wrote: > >> I have some questions about editing data directly inside datagrids. >> >> The scenario is a datagrid where the user can edit only certain columns. >> I've accomplished this turning off the "allow text editing" of the datagrid >> and allowing the text editing of the column I want in the mouseDoubleUp >> handler. Here it is a sample code: > > I think that setting the dgColumnIsEditable to false for the columns you > don't want to edit should do the trick. Try that. Docs are on this page: > > 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 _______________________________________________ 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
