My situation is that I have two grids, the second depends on the first (master-detail).
When I don't select a record in the first grid, I want to disable the filter on the second grid. When I select a record in the first grid, the value of one of the filter fields (a SelectItem) in the second grid depends on a value of the selected record of the first grid.
Can I programmatically disable the filter (or at least for one field)? I've tried disabling the grid and this works, but it's not exactly what I want.
When I don't select a record in the first grid, I want to disable the filter on the second grid. When I select a record in the first grid, the value of one of the filter fields (a SelectItem) in the second grid depends on a value of the selected record of the first grid.
Can I programmatically disable the filter (or at least for one field)? I've tried disabling the grid and this works, but it's not exactly what I want.
Comment