Hi,
I have hosted a PropertyEditor control into a datagridview cell. This PropertyEditor has the following settings for the source property:
Object: WaveFormPlot
PropertyName=LineColor
Property value = Red
Datagridview initially is loaded correctly, I modify the cell value, p.e, from red to yellow. Since here no problem, then I select another cell, not a custom PropertyEditor cell, p.e, a datagridview textbox cell. The problem is that when I enter in edit mode for textbox cell, the another cell that I was previously set to yellow (and not being edited), its object property is deattached, that is, changed to null (none). Why?
Thx.