This is a migrated thread and some comments may be shown as answers.

Mixed currency in grid

1 Answer 66 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Kevon
Top achievements
Rank 1
Kevon asked on 26 Apr 2017, 06:05 PM

I have a global sales application where sales staff work on accounts around the globe.  They are asking to see the currency in the format for the country within the same grid.

Example:

Joe's Garage, $1,000.00

Fredreich's Gasthouse, €2.000,00

Elizabeth's Castle, £50.000.000,00

 

Is this possible?

1 Answer, 1 is accepted

Sort by
0
Stefan
Telerik team
answered on 28 Apr 2017, 10:17 AM
Hello Kevon,

This can be achieved via custom approach using a column.template property of the Grid. This will require an information for every data item shown which is the correct currency. Also, a manual format has to be used for every currency:

http://docs.telerik.com/kendo-ui/framework/globalization/numberformatting

http://docs.telerik.com/kendo-ui/api/javascript/ui/grid#configuration-columns.template

Please check an example demonstrating this:

http://dojo.telerik.com/oNoLe

Regards,
Stefan
Telerik by Progress
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 (charts) and form elements.
Tags
Grid
Asked by
Kevon
Top achievements
Rank 1
Answers by
Stefan
Telerik team
Share this question
or