Using addobject to add say a preprepared custom checkbox class seems to lose
the method code in that class? Is that right?
e.g. I have a class lmcheckboxgrid based on checkbox which has code in the
When and Valid methods. After using addobject to add an instance of that
class inside a grid column, the when and valid methods don't fire. The only
way I can get it to work is to drop the checkbox class into each of the
columns of the grid class which I was hoping not to have to do.
Is this standard behaviour for addobject?
Regards,
Bernie