Hello,
For a time, I was stuck on this problem.
I add a formComboBoxControl to a grid, but I need to filter the Enum values, so I use the class "SysFormEnumComboBox" to complete the job, and everything works well. The issue is that when I use the "SysFormEnumComboBox," the control must not be bound to a datasource field or method, thus when I open the form again, the previously saved values cannot be displayed on the screen since I can't discover where to put the code to fill the data in the control.
I select the value (exp: Pourcentage)
when I reload the page, I can't insert the data, so no data displayed