C1FlexGridSearchPanel for .NET 6.0

Posted by: levanduyet on 1 July 2024, 12:56 pm EST

    • Post Options:
    • Link

    Posted 1 July 2024, 12:56 pm EST

    Hi,

    I have used c1flexgridSearchPanel in .Net 4.8. How ever, when I move to .Net 6.0, I did not find this control.

    Where I can find and download this control.

    Thanks,

    Duyet Le

  • Posted 2 July 2024, 12:41 am EST

    Hi Duyet,

    The C1FlexGridSearchPanel control was not ported to .NET 6 and above. Since this control used the ApplySearch method of the C1FlexGrid, you can implement a custom UserControl manually and use the ApplySearch method.

    Please see the attached sample project where we have implemented a UserControl with functionality similar to the C1FlexGridSearchPanel.

    Attachment: SearchPanel NET8.zip

    Best Regards,

    Kartik

  • Posted 5 July 2024, 6:27 pm EST - Updated 5 July 2024, 6:27 pm EST

    Hi Kartik,

    This SearchPanel that the user has to click Search button.

    I want every time user enter, it will auto search.

    What should I do.

    Thanks,

    Duyet Le

  • Posted 7 July 2024, 11:45 pm EST

    Hi Duyet,

    For this functionality, the .NET Framework version of C1FlexGridSearchPanel offers a SearchMode property that can be set to SearchMode.Always. We have also included this property in our custom user control for .NET 8. You can modify it in our sample project as follows:

    c1FlexGridSearchPanel1.SearchMode = C1.Win.FlexGrid.SearchMode.Always;

    Best Regards,

    Kartik

  • Posted 8 July 2024, 1:37 am EST

    Thanks,

    Duyet Le

Need extra support?

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

Learn More

Forum Channels