I have nullable boolean values in database and when shown in grid, checkbox is shown as unknown. How can I provide filtering ability for checkboxes with unknown text ? . I can filter only for true/ false or both. But would like to filter for unknowns.
Thanks