Properly update the combo box selected text when the current item is changed, and...
[mono.git] / mcs / class / Managed.Windows.Forms / System.Windows.Forms / DataGridCell.cs
index 9cbc43f24f0c4b6840aa198e353c0aeb4677bbad..5249b6e574391ae27bf3a155f1a57697bf61b44e 100644 (file)
@@ -76,7 +76,7 @@ namespace System.Windows.Forms
 
                public override string ToString ()
                {
-                       return base.ToString () + "{RowNumber = " + row +", ColumnNumber = " + column + "}";
+                       return "DataGridCell {RowNumber = " + row +", ColumnNumber = " + column + "}";
                }
 
                #endregion      // Public Instance Methods