With relation to my previous question mentioned here: Custom DataGridViewColumn value disappears after loosing focus
I tried to change my EditControl class. I added an override to the 'OnTextChanged' method. When I run and debug my application, I came to know that the 'EditingControlDataGridView' property for the custom control is not being set. Even though in the designer code I am adding the column into the MetroGrid.
What can the issue be?