I Have an enum like bellow
And the converter
As you can see, what i want is the Description will show the enum type as Display with string get from EnumDisplayConverter, and the result should be look like this.
but when i use with Syncfusion SfDatagrid like bellow
Then the Description Column just show Display string when i enter to editmode , and if i breakout of editmode , i become enum string value , show show display string as i need, can you help me what i need to do, thanks.
this is what i get when use with SfDataGrid.