I'm using a RadGrid to display a list of invoices. The Invoices can be in multiple currencies (dollars, pounds, euros, etc.) and I'd like to have each row use a different culture for currency display. I have the currency culture in a seperate database field, so I'd like to use that to determine the currency type.
Is there a way to do this? (Other than format it in SQL, which I can do, but would prefer not to)
Is there a way to do this? (Other than format it in SQL, which I can do, but would prefer not to)