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
hi,
i want to bind infotable property to radio button.i have created a thing which have infotable property and add the values in that infotable property so i want to bind that infotable values in radio button.Please refer below attachment.
Solved! Go to Solution.
Hello @Ru,
In this case, this is how I would implement it:
By following these instructions, you should be able to accomplish binding the infotable property to radio button labels. By using the Collections/Repeater widget, you are making the application more scalable, since this widget will repeat the number of radio button mashups as many times as there are rows in the infotable.
I hope you find this information useful in biding an infotable property to radio button labels.
Regards,
Emmanuel
Hello @Ru,
In this case, this is how I would implement it:
By following these instructions, you should be able to accomplish binding the infotable property to radio button labels. By using the Collections/Repeater widget, you are making the application more scalable, since this widget will repeat the number of radio button mashups as many times as there are rows in the infotable.
I hope you find this information useful in biding an infotable property to radio button labels.
Regards,
Emmanuel
Hi @Ru.
If you are satisfied with the previous response, please mark it as the Accepted Solution for the benefit of others with the same question.
Thank you for your participation in our community!
Regards.
--Sharon