Hi Im newbie to C#. I have a list that has some strings, datetimes and enums, when I bind the list to the datagrid I can see only datetime and string but not enum. How to get the enum values in the datagrid.
thanks in advance.
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Jaganathan BantheswaranPosted Mar 30, 2011, 3:47 AM
Could you post your binding part of code?