I've List and i bind these list to datagrid that is working fine, but in that Rule class i've one enum type Which is "Type" so in the datagrid i'm getting Type column as empty so how can i get enum type in datagrid column plz help me.
Thanks, @nagaraju.
Usually its should be converted to Its String repersentation directly by binding... but if not the you can write a Value Converter
You can use the the Converter as follows
I think thats you are missing.... you need to make a Static resource of that name
Declare class like:
use converter in xaml as..
Binding like..
Thats worked for me..
@nagaraju.