how to filter a datagrid using a reference selector

0
I have a dataview with the page parameter (PSCL_Component’) which has one to many relation  with (ACCL_Component). In there I have used multiple reference selector from where I can select the (ACCL_Component) datas. I have a datagrid right below it that has a (ACCL_Component) as a parameter coming from the database. i want to have this datagrid filtered soon as i select something from the dropdown reference selector of that dataview without having to click on any extra search button.  Or at least I want to have this datagrid filtered when i select something  from the dropdown reference selector of that dataview and click on search. Note: i am already using the PSCL_Component as a page parameter so i can’t use ACCl_Component as the page parameter.
asked
1 answers
2

Did you look at the constrained by function https://docs.mendix.com/refguide/reference-selector#xpath-constraints ?

Regards,

Ronald

 

answered