Databinding to the datagrid
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.