We have a derived DataGridView that we started to add functionality to. I was hoping I can integrate DGVE into our derived DGV, I added the following to the NEW constructor:
_DGVExtension = New DataGridViewExtensionComponent
_DGVExtension.SetManagedByExtension(Me, True)
I looked like it was going to work; but, some strange anomolies began to occurr: My menustrip, toolstrip and statusstrip lose rendering when loading a form using the derived DGV (I can e-mail screenshots if that will help).
The forms that use the derived DGV with DGVE seem very sluggish.
My question is... has anyone tried doing this or is this not the recommended way to use DGVE?
Thanks,
Pete