Hi,
I am populating my grid from my Account object using the grid bound column. I am having a problem because in my Account object there is a Currency object.
If I need the currency description through a loop, I would do it like:
account.Currency.Description
How do I add such a property's value to a column in my grid?
Please can some one help?
Thanks
Brendan
I am populating my grid from my Account object using the grid bound column. I am having a problem because in my Account object there is a Currency object.
If I need the currency description through a loop, I would do it like:
account.Currency.Description
How do I add such a property's value to a column in my grid?
Please can some one help?
Thanks
Brendan