Skip to main content
3-Newcomer
September 28, 2023
Solved

What does it mean SelectedRows in the output of a service ?

  • September 28, 2023
  • 1 reply
  • 961 views

Hi

 

What does it mean SelectedRows in the output of a service ?

 

MH_10493873_0-1695917147148.png

 

Thank you

 

 

 

 

Best answer by 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

 

1 reply

Arun_C16-PearlAnswer
16-Pearl
September 29, 2023

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