Change text search to dropdown search

0
I have a room name search that user input ( i have meeting room 1 , meeting room 2 ,Studio ) How could i change text search to Dropdown in this datagrid
asked
1 answers
0

Hi Teetach Koomkaimuk,
You can use dropdown in a search field in a default datagrid only if the attribute is of an enumeration data type or the attributed belonging to the associated entity. You cannot use the String attribute as a dropdown in a default search bar in data grid.

Thanks

answered