C1TrueDBGrid Show all possible Entries in Filterbar Dropdown

Posted by: s.wortmann on 4 April 2022, 4:10 am EST

    • Post Options:
    • Link

    Posted 4 April 2022, 4:10 am EST - Updated 3 October 2022, 10:32 pm EST

    Hi everbody,

    is it possible to show all possible entries in the Filterbar-Dropdown, mabye as a list, or is it possible to enlarge the shown entry-list?

  • Posted 5 April 2022, 8:07 am EST

    Hi,

    You can handle the MouseUp event of the C1TrueDBGrid to access the Filter Dropdown form by using the Application.OpenForms property. Then, you can increase the height of the Filter Dropdown form to show all of the entries at a time. Although, if you have a lot of entries in the dropdown, showing all of them at a time won’t be feasible. In that case, you can set the height of the dropdown form according to the height of the TrueDBGrid control or the Main form. Kindly refer to the attached sample showing the same.

    Please let us know if you need any other information.

    Kind Regards,

    Kartik

    FilterBarDropdown_TDBG.zip

  • Posted 11 April 2022, 5:37 am EST

    Hi Kartik,

    thanks for your reply.

    Since we have really a lot of entries, I will not use your code, but your code does work.

    Best regards

    Stephan

Need extra support?

Upgrade your support plan and get personal unlimited phone support with our customer engagement team

Learn More

Forum Channels