one of the filed in the database table is "Employee_Status" integer......1-manager 2-assistant and so on...
when i use the databinding to grid, it shows only 1,2 values ...I want to have the ...manager, assistant be displayed in the grid.
I am using the observable collection and binding the source to grid.
any solution?
Either include another property for the code value or use a converter to convert the code key to the code value.