I have two boolean columns named "IsActive" and "IsDeleted" in the database table. The column "IsActive" indicates whether the user is Active or Deactive, and the column "IsDeleted" for soft deletion. Now I want to have a single column called "Status" with filter options as multiple checkbox as Active, Deactive and Delete. How can I implement this filter column in the grid? I have attached the screenshot for your reference.