Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1050
substitute values
posted

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?

  • 3627
    posted

    Either include another property for the code value or use a converter to convert the code key to the code value.