Is datagrid able filter by DropDown multiselect?

Hi,

Is DataGrid data able filter by DropDown list multiselect value?

For example,

I would like to filter my datagrid by project status are In-progress and Completed.

You can build an array of strings from a dropdown multiselect and bind the $filter to that variable in a in list statement.

Our dashboard demo shows how to perform filtering with a DropDownList with multiple selection enabled - check the last column (Labels). The filtering code is here.