Is it possible to bind a widget to a service according to a certain expression?
For exampleI have a boolean:
if myBool = true
bind grid to serviceA
else
bind grid to serviceB
Solved! Go to Solution.
Hi Fabio,
Not this way. But you can:
Best Regards,
Hi Fabio,
Not this way. But you can:
Best Regards,
First solution works fine. Thank you