Community Tip - You can subscribe to a forum, label or individual post and receive email notifications when someone posts a new topic or reply. Learn more! X
I want to display the selected value from the drop down list on the LED display. I have used the selected item from a List widget, bind the Selected Row(s) from the Service used to populate the List. But still data is not loading in the LED display. How can I get the data to display.
Solved! Go to Solution.
Hi Biswa,
Could you please confirm the base type of the Degrees_list property. From the image it appears to be of base type Infotable. If it is of base type Infotable and you bind it to the list, in order to display values on the UI, you need to set values for DisplayFiled and ValueField properties from the List Widget property window. Now bind the same property you have chosen to display in the list, from the selected rows, to the LED widget. Please refer the attached images for your reference.
Best regards,
Rajesh.
Hi @biswa.
What happens if you bind Degrees_list from Selected Rows to the List widget?
Regards.
--Sharon
Hi Sharon,
If I bind Degrees_list from Selected Rows to the List widget, no data shows up in the list. It does not show any data. If I bind the same from All Data, then the list comes up with options.
Thanks and Regards,
Biswa
Hi Biswa,
Could you please confirm the base type of the Degrees_list property. From the image it appears to be of base type Infotable. If it is of base type Infotable and you bind it to the list, in order to display values on the UI, you need to set values for DisplayFiled and ValueField properties from the List Widget property window. Now bind the same property you have chosen to display in the list, from the selected rows, to the LED widget. Please refer the attached images for your reference.
Best regards,
Rajesh.
Thanks Rajesh.