IgniteUI / igniteui-angular

Ignite UI for Angular is a complete library of Angular-native, Material-based Angular UI components with the fastest grids and charts, Pivot Grid, Dock Manager, Hierarchical Grid, and more.
https://www.infragistics.com/products/ignite-ui-angular
Other
571 stars 161 forks source link

IgxGrid does not apply header and cell style on IE11 #7570

Closed ymita closed 4 years ago

ymita commented 4 years ago

Description

IgxGrid does not apply header and cell style on IE11. This is not seen in 9.0.17.

Steps to reproduce

  1. Run the attached sample
  2. Observe the result

Result

Styles on header and cell are not applied.

Expected result

Styles on header and cell are applied.

Attachments

igx-grid-ng9.zip

Result on IE11: image

Result on Chrome: image

rkaraivanov commented 4 years ago

@ymita With the 9.1 release you have to enable $legacy-support explicitly in order to support older browsers (IE 11 in this case). This is documented both in the changelog and in the documentation.

ymita commented 4 years ago

@rkaraivanov I confirmed it is working by adding the argument. Thank you!