Measurement Studio for .NET Languages

cancel
Showing results for 
Search instead for 
Did you mean: 

Custom datagridview cell is turning blank on cell leave

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.

 

 

0 Kudos
Message 1 of 2
(4,947 Views)

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?

0 Kudos
Message 2 of 2
(4,944 Views)