Skip to main content
1-Visitor
July 12, 2019
Question

Filter Data Grid with Checkbox

  • July 12, 2019
  • 1 reply
  • 1567 views

I want to exclude data in a data grid based on a checkbox. What would be the best way to do this?

1 reply

20-Turquoise
July 15, 2019

Using the advanced grid, one of the possible solutions could be writing your own querying service and tying it up to the condition of the box being checked. Based on the checkbox then, populating filtered data into the grid.

jsimms1-VisitorAuthor
1-Visitor
July 16, 2019

I can't use advanced grid until next update as it has a bug with the filtering.