Hi Everyone,
I'm looking to filter a subgrid based on form inputs, for example
If customer wants x number of bedrooms and y number of bathrooms show Houses for Sale entities where bedroom count = x+/-1 AND bathroom count = y+/-1
I wish to stay away from JS as much as possible simply so it cannot be broken by an update, would this be possible?
Thanks