Community Tip - Your Friends List is a way to easily have access to the community members that you interact with the most! X
Hello guys,
I would like to know if it is possible bind more than one single service to the same grid.
The idea is to have different buttons (four in my case) and every button calls a different service to show
data in the grid (DataShape and everything necessary remains the same) .
So Button1 calls a service which shows apples and bananas, Button2 calls a service which shows oranges and strawberries, and so on...
I hope what I have requested is possible.
Kind regards
By Using Event Router and Custom Service you can able bind multiple service to one widget
Thanks for the reply but even after trying several things I didn't get it done.
The response is to vast and not detailed enough to be a real help.