CompletIT Community Server

Welcome to CompletIT Community Server Sign in | Join | Help

Integrate with derived DataGridView?

  •  06-11-2008, 12:53 PM

    Integrate with derived DataGridView?

    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
     

     

     
     

     

     

    Filed under: ,
View Complete Thread
Powered by Community Server (Personal Edition), by Telligent Systems