Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
205
Overlaysettings for Excel Style Filtering Dialog
posted

Is there a way to modify the Overlaysettings for the Excel Style Filtering Dialog?

I'd like to use this feature on a Tablet but a part of the dialog is outside of the screen. I'd like to create a sidebarversion of this filter.

Parents
No Data
Reply
  • 2180
    Offline posted

    Hello Jürgen,

    Recently we have exposed the filtering dialogs so that they can be hosted outside of the grid. This is the github issue github.com/.../5878.

    The feature is not officially released yet, but you can try it in the latest igniteui-angular beta - 9.0.0-beta.5. You just need to define the igx-grid-excel-style-filtering component and set its column property like this:

    <igx-grid-excel-style-filtering [column]="grid1.getColumnByName('ProductName')">
    </igx-grid-excel-style-filtering>

    Let me know if I may be of any further assistance.

    Sincerely,
    Diyan Dimitrov
    Senior Software Developer

Children
No Data