CompletIT Community Server

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

How to show Grid Settings Dialog from Code

Last post 08-01-2008, 4:47 AM by Anonymous. 2 replies.
Sort Posts: Previous Next
  •  08-01-2008, 1:10 AM 7181

    How to show Grid Settings Dialog from Code

    Hi,

    stumbled over your Ctrl yesterday, and it seems to solve my problems with persistence gracefully... I would like to add a "Table Settings" button to my Apps form; a User would click that button and I would like to show the Settings Dialog.. I didn't find a way to do that, though I think I read the Manual thoroghly...

    BTW: What does: "Occasionally the copyright holder may post a request for a donation in support of this software." in the License mean? Will the Control present the request to my End User or will the request be published  on your Website?

    and did I metion: very helpful Control.  Thanksalot!

     

     

  •  08-01-2008, 4:31 AM 7182 in reply to 7181

    Re: How to show Grid Settings Dialog from Code

    Hi,

    Thank you very much for your feedback!

    Let's tart with the second question. The sentence "Occasionally the copyright holder may post a request for a donation in support of this software." means that sometimes if we decide it is necessary, we can publish only on our web site request for donations, which are only for DGV Extension and not for applications that are using it. The end users of yours or any others applications will not be involved anyhow in that donation request, so do not worry about it.

    The answer to your first question is:
    Check out in our Developers manual chapter '2.3 Open settings editor for a managed grid view' there is the following example how to open the settings dialog:

    using CompletIT.Windows.DataGridViewExtension;

    //Note! You can show the settings editor
    //dialog only for already managed grid view.
    DataGridViewExtensionComponent.ExtensionUI.ShowEditor( dataGridView );

    If you have any other questions do not hesitate to contact us.

    Sincerely Yours
    Support Team

  •  08-01-2008, 4:47 AM 7183 in reply to 7182

    Re: How to show Grid Settings Dialog from Code

    Ooops. I must be blind ;-) Guess I skipped the Common part and went directly for Advanced Options...Embarrassed. Thx for the quick answer.

    Thank you for the answer on the license, so I will use yr. component in my current project!

    Greetings from hot germany (33 degrees Celsius at this moment)!

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