On Thursday, June 16, 2011 06:32:31 pm Paul McNett wrote: > On 6/16/11 6:10 PM, John Fabiani wrote: > > Is there a simple way to determine a bool column (a checkbox) change ? > > Something like an event that will trigger a function. Maybe some example > > code? > > I see that dEvents.GridCellEdited isn't raised when a column is edited with > the bool cell editor (please add a ticket). > > However, if the column is attached to a bizobj (DataField) then you could > detect it at the bizobj level by overriding the hook method > biz.afterSetFieldVal(). > > Paul
Done ! And thanks for confirming. I can't use the work around because the bool column is not a real data field. I'm using a grid to replace a checklist because one of the columns requires editing. I'll check into making the field. Johnf _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users Searchable Archives: http://leafe.com/archives/search/dabo-users This message: http://leafe.com/archives/byMID/[email protected]
