I created a ds.xml file to define my datasource with an enum field. I then call ListGrid.setShowFilterEditor(true) to show filter editors in my ListGrid.
Now, the select box shows up above the enum field but it doesn't have any values (i.e. it's blank). When I type the first letter of one of the enum options, the select box displays that enum value.
Is there a way so that if the user clicked the drop-down arrow of the select box, it displays all the possible enum options? Thanks!
Now, the select box shows up above the enum field but it doesn't have any values (i.e. it's blank). When I type the first letter of one of the enum options, the select box displays that enum value.
Is there a way so that if the user clicked the drop-down arrow of the select box, it displays all the possible enum options? Thanks!
Comment