Hi,
how can i set the igx-grid locale to "de" and Filter in the grid ?
My Values Formated like this 2019-03-19 13:54:59.523 how can i realize to Filter with German Formatings like contains 09.2019 ??
Thank you
ingo
i have found a Solution ;)
i have done it by doing these steps......
1. registerLocalData(localDE)
2. set grid.locale = "de"
3. own formatter to display german formating (not allready done by setting locale?)
is that the way ? Or can it be done easier?
Thanx