When an Enum is added to a form control, by default all the enum values are displayed in the form as lookup . There are situations where only few of the enum values are needed. How can we do it?
Create a new form and add a new ComboBox control to it. In this post, let us take the enum ‘SalesStatus’.
Let us name the control as SalesStatusCombo.
No comments:
Post a Comment