CompletIT Community Server

Welcome to CompletIT Community Server Sign in | Join | Help
in Search

using DataGridView Extension in Visual Basic Express 2005

Last post 09-20-2007, 6:23 AM by iiordanov. 2 replies.
Sort Posts: Previous Next
  •  08-23-2007, 1:43 AM 73

    using DataGridView Extension in Visual Basic Express 2005

    I am a newbie to vb 2005, so excuse me if I am asking for an obvious thing.

    For a project I have added ‘DGVEExcelExporting.dll’ and ‘DGVEHtmlExporting.dll’ references. I can see then in my project reference list.

    Then, I have added DataGridViewExtensionComponent to the Tools Bar. I have dragged it to my form, and I see the component is added, but is has almost no properties editables, and it not extends my datagridviews properties.

    What more must I do?

    Is there any sample visual basic code avalaible?

    Alex

     

     

     

    Filed under:
  •  08-24-2007, 8:28 AM 75 in reply to 73

    Re: using DataGridView Extension in Visual Basic Express 2005

    Hi Alex,

    The component does not have a lot of properties, but it adds to the DataGridView controls property "IsManagedByExtension" of type boolean. Just set that property to True and that's all. Your settings will be stored.
    Check out the following FAQ.

    We wanted to make it as simple as possible,

    Yours Sincerely,

    Support Team

  •  09-20-2007, 6:23 AM 112 in reply to 73

    Re: using DataGridView Extension in Visual Basic Express 2005

    Hi Alex,

    The property 'IsManagedByExtension' is not visible design time in case you are using control that inherits the standard DataGridView control.

    This issue will be fixed within next 24 hours and the download section will be updated.

    Your Sincerely,
    Support Team

View as RSS news feed in XML
Powered by Community Server (Personal Edition), by Telligent Systems