08-25-2012 07:50 AM
Hi all,
I am experimenting some problems when hosting a PropertyEditor into a datagridviewcolumn. One of those problems is the following: I have a datagridview with some columns. Some of these columns are of standard type, for example, datagridviewTextboxcolumn, etc... and others are custom of type PropertyEditor. When setting a value for a PropertyEditor (Object:waveformPlot, PropertyName: LineStyle), for example, Dash, this cell is turned blank on cell leave when changing to any standard cell (datagridviewtextboxcolumn) but it goes well when changing to another custom cell.
Please, can anyone helps me? I highgly appreciate.
08-25-2012 03:14 PM
I forgot to say that this happens when entering in edit mode in a not custom cell. Once I enter in edit mode for a not custom cell, the previous cell that was set, in my case, propertyeditor cell, gets blank. I have observed that once in change to another cell (not custom) and I enter in edit mode, the propertyeditor cell that I was previously gets deattached, that is, object gets null (None) so custom cell (not being edited) is turned blank. Why?