4 Answers, 1 is accepted
0
Accepted
Hello Arsham,
There are couple of approaches to achieve the goal. Further details, and examples are available in the following sections of our documentation:
http://www.telerik.com/kendo-angular-ui/components/grid/globalization/#toc-localization
http://www.telerik.com/kendo-angular-ui/components/localization/messages/#toc-using-the-angular-i18n-framework
Here is a sample implementation, based on using the CustomMessages component:
http://plnkr.co/edit/6XX9PWIFZAjTFkxozERY?p=preview
I hope this helps.
Regards,
Dimiter Topalov
Progress Telerik
There are couple of approaches to achieve the goal. Further details, and examples are available in the following sections of our documentation:
http://www.telerik.com/kendo-angular-ui/components/grid/globalization/#toc-localization
http://www.telerik.com/kendo-angular-ui/components/localization/messages/#toc-using-the-angular-i18n-framework
Here is a sample implementation, based on using the CustomMessages component:
http://plnkr.co/edit/6XX9PWIFZAjTFkxozERY?p=preview
I hope this helps.
Regards,
Dimiter Topalov
Progress Telerik
Try our brand new, jQuery-free Angular 2 components built from ground-up which
deliver the business app essential building blocks - a grid component,
data visualization (charts) and form elements.
0

Arsham
Top achievements
Rank 1
answered on 23 Aug 2017, 07:59 PM
hello Mate
you are awesome thanks a lot :)
i have an other question would you please help me ???
how can I hide some of that filter in angular 2 ???
for example i wanna show just 2 filter and hide the rest
thanks in advance
0
Hi Arsham,
You can configure the order and type of filtering operators you would like to be displayed via the built-in filter template:
http://www.telerik.com/kendo-angular-ui/components/grid/filtering/built-in-template/#toc-setting-the-order-of-operators
Here is a runnable example (check out the Product Name column):
http://plnkr.co/edit/wRIS1necnhDdLKMak0AV?p=preview
Regards,
Dimiter Topalov
Progress Telerik
You can configure the order and type of filtering operators you would like to be displayed via the built-in filter template:
http://www.telerik.com/kendo-angular-ui/components/grid/filtering/built-in-template/#toc-setting-the-order-of-operators
Here is a runnable example (check out the Product Name column):
http://plnkr.co/edit/wRIS1necnhDdLKMak0AV?p=preview
Regards,
Dimiter Topalov
Progress Telerik
Try our brand new, jQuery-free Angular 2 components built from ground-up which
deliver the business app essential building blocks - a grid component,
data visualization (charts) and form elements.
0

Arsham
Top achievements
Rank 1
answered on 25 Aug 2017, 08:55 AM
Hello
you are awesome :)
you help me a lot thanks for that