I am currently struggling with a pre-search filter that should be applied to a "Crossing Group" lookup, so the lookup should only displays those 3 Crossing Groups that are added to the grid (marked with green).
I am trying to use the addCustomFilter method, but this cannot be applied to an "attribute" but only to a "control". Are there any ways to add a pre-search filter in a grid column ?.
My code:
Solved! Go to Solution.
I am afraid this might not be possible using the PreSearch filter , as per the documentation it is available for formContext not gridContext
The alternative way would be to do it using a custom PCF control.
I am afraid this might not be possible using the PreSearch filter , as per the documentation it is available for formContext not gridContext
The alternative way would be to do it using a custom PCF control.
Thanks for the reply