x
ActiveReportsJS v5.2 is Here! Check out our newest update. ActiveReportsJS v5.2 is Here! ARJS 5.2 is Here!

Wijmo FlexGrid Filters issue- Not all item showing (only first 250 unique item)

Posted by: nilesh_nichal on 11 February 2025, 9:44 am EST

  • Posted 11 February 2025, 9:44 am EST - Updated 11 February 2025, 9:49 am EST

    Hi Team,

    Wijmo FlexGrid Filters issue, Not all item showing (only first 250 unique items are displayed), I have attached the screenshot for same.

    We want to hide the Not all item showing from the filter as attached in the screenshot 1, as we click on it then popup will be opened stating that “This column has more than 250 unique items. Only the first 250 unique items are displayed.”

    Please hide the Not all item showing so that user will not be able to see it with CSS fix so that UI should not break looks and feels and thus he will not able to click and open the new popup.

    Please find the below screnshot



    Let me know if not able to understand the issue.

  • Posted 12 February 2025, 1:21 am EST

    Hi Nilesh,

    You can use the following CSS to hide the ‘Not all items Showing’ div from the filter dropdown -

    .wj-columnfiltereditor div[wj-part=div-exceeds]{

    display: none;

    }

    If you want to remove this div from the DOM instead of hiding it, then you can handle the ‘filterChanging’ event of the FlexgridFilter to remove it. Please refer to the following sample demonstrating the same - https://jscodemine.mescius.io/share/7kD1xi-pc0_MG93QNnePUQ/

    In case, you face any issues, please let us know.

    Regards

Need extra support?

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

Learn More

Forum Channels