Data displayed in a gridview

Hello,
In a datagridview with a dropdownlist, is it possible to display the “Textvalue” rather than the “datavalue” when the row is validated ? (populated from a Global list)

In edit mode:
Annotation 2020-09-04 110047

After the row has been added:
Annotation 2020-09-04 110142

Thanks for the help

Hi @cpnamdevelop,

WorkflowGen always stores the values of the controls.
In your case, just make sure that the value is equal to the text whenever you are binding your dropdown.