Hi,
I have tree which columns are bound to a bindingsource which holds custom objects. One Property of this objects has the type object. Another property of this objects are bound to a column which uses an comboeditor as editor. Now I will change the Editor of the Column which is bound to the object property, when the value of the second property changed through the comboeditor.
Is this possible to do?
Thanks for your help.
It seems like this should be possible, but I'm not sure waht you are asking. You would probably use the CellChange event, I think.