Description
Currently the Grid Exporter does not take into consideration the grid's locale and resource strings, event though there is usage of the deprecated Angular getLocaleDateFormat and getLocaleDateTimeFormat methods.
- igniteui-angular version: any
- browser: any
Steps to reproduce
- Open the
grid-export demo
- Import:
import { IgxResourceStringsBG } from 'igniteui-angular-i18n';
import localeBG from '@angular/common/locales/bg';
- Add in the sample:
public resourcesBG = IgxResourceStringsBG;
and
registerLocaleData(localeBG);
- Set the grid's
locale="bg" and [resourceStrings]="resourcesBG"
- Export the first grid
Result
What is the actual result after following the steps to reproduce?
Expected result
Either remove any usage of deprecated method due to not working as expected or use the new locale implementation provided with #16034 to make it work.
Attachments
Grid:
Exported result:

Description
Currently the Grid Exporter does not take into consideration the grid's locale and resource strings, event though there is usage of the deprecated Angular
getLocaleDateFormatandgetLocaleDateTimeFormatmethods.Steps to reproduce
grid-exportdemoand
locale="bg"and [resourceStrings]="resourcesBG"Result
What is the actual result after following the steps to reproduce?
Expected result
Either remove any usage of deprecated method due to not working as expected or use the new locale implementation provided with #16034 to make it work.
Attachments
Grid:
Exported result: