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 _______________________________________________ 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]
