[dabo-users] bool grid column event

2011-06-16 Thread John Fabiani
Hi, 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? Johnf ___ Post Messages to: Dabo-users@leafe.com Subscription Maintenance: http://leafe.com/mail

Re: [dabo-users] bool grid column event

2011-06-16 Thread Paul McNett
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 (p

Re: [dabo-users] bool grid column event

2011-06-17 Thread John Fabiani
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.GridCellEdit

Re: [dabo-users] bool grid column event

2011-06-18 Thread John Fabiani
On Thursday, June 16, 2011 06:10:09 pm John Fabiani wrote: > Hi, > 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? > > Johnf I am sub-classing dGrid and using the afterCellEdit hook to chang