I have defined a grid on a form ,and want to be able to set the InteractiveChange method from within the form, but cannot because this is read-only. I want to do this because I am adding a checkbox to a grid column programatically and need to set this method.
I could define a new checkbox subclass with the appropriate InteractiveChange defined, but cannot do this within the form either!
Any help appreciated.
I could define a new checkbox subclass with the appropriate InteractiveChange defined, but cannot do this within the form either!
Any help appreciated.