Another MVVM question
My Clip table has a field called Month. This is a month number
I have a grid which displays the data in this table via RIA Services
Instead of showing the user month number I need to show them the name, i.e. instead of 1 show January
What is the correct approach using MVVM?
Paul
You could handle this via an IValueConverter that converts the number to a name.