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
100
igGrid support for Modernizr 3.x?
posted

Hello,

 

when I use Modernizr version 3.x, igGrid does not show the remove button on grouping headers. With Modernizr version 2.6 remove buttons are shown.

Is Modernizr 3.x supported?

If not, when will it be supported and is there a workaround for 3.x to make the igGrid behave as expected?

 

Kind regards,

Nils

Parents
No Data
Reply
  • 23953
    Offline posted

    Hello Nils,

    Modernizr 3.x is not currently supported by Ignite UI. We will add support for it in the March Service Release (see schedule here).

    As a workaround you can try this code:

    Modernizr.touch = Modernizr.touch || Modernizr.touchevents || Modernizr.pointerevents;

    Best regards,
    Martin Pavlov
    Infragistics, Inc.

Children
No Data