I have a webservice that returns a list of objects. Most of the fields are enums, or rather integers when they show in the grid. Is there a way to process that field and display it as a more human readable format? I figure I will have to maintain a integer to string conversion function that matches the enums of the webservice, but how can I get that function to be called?
The only way I can see it working now is to create a new object and copy the rows over one by one translating as I go. I am hoping for something easier.
Thanks
Randy
The only way I can see it working now is to create a new object and copy the rows over one by one translating as I go. I am hoping for something easier.
Thanks
Randy