Community Tip - Your Friends List is a way to easily have access to the community members that you interact with the most! X
Hi @MH_10493873 ,
SelectedRows binding is used when you have bound the "All Data" from a service to a widget like a dropdown, grid, charts or simply infotable based widgets.
Then when you select something in those widgets, you will end up with data in the services "SelectedRows" bindings as input fields, also based on "SelectedRowsChanged" you can perform any specific functionalities.
Hope it clarifies you.
Thanks & Regards,
Arun C
Hi @MH_10493873 ,
SelectedRows binding is used when you have bound the "All Data" from a service to a widget like a dropdown, grid, charts or simply infotable based widgets.
Then when you select something in those widgets, you will end up with data in the services "SelectedRows" bindings as input fields, also based on "SelectedRowsChanged" you can perform any specific functionalities.
Hope it clarifies you.
Thanks & Regards,
Arun C