Hello,
For instance I have got 5 columns and I am going to show data (price) where each price(column) depends from different Currency.
I should get these currencies and prices from database and show them with correct cultures.
I don't know anything about currencies and prices, there could be anything. So I want to display price correctly for each currency.
I think that each column must have own culture, I should bind this cultures dynamically, and columns need to show prices correctly.
Is it possible?
Could you suggest me anything, best practices, working example, please?
Important: I don't want to have any code-behind and any static data in xaml. I implemented MVVM pattern.
Thank You