cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Need to share some code when posting a question or reply? Make sure to use the "Insert code sample" menu option. Learn more! X

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

MH_10493873
3-Visitor

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

Hi

 

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

 

MH_10493873_0-1695917147148.png

 

Thank you

 

 

 

 

1 ACCEPTED SOLUTION

Accepted Solutions

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

 

View solution in original post

1 REPLY 1

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

 

Top Tags