Community Tip - Did you get called away in the middle of writing a post? Don't worry you can find your unfinished post later in the Drafts section of your profile page. 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