Hello @DavydLiu thank you for this awesome DLRadioButton
i have a rating object array from which i am creating DLRadioButtons at runtime, a rating object have id and rating properties where i am using objects rating property as a label of DLRadioButton and i want to set id as a value of DLRadioButton, so that when user will select any radio button then its id will be passed on server how i can achieve this thing?
please help.
following is my code to loop through object array and create radio buttons
Hello @DavydLiu thank you for this awesome DLRadioButton
i have a rating object array from which i am creating DLRadioButtons at runtime, a rating object have id and rating properties where i am using objects rating property as a label of DLRadioButton and i want to set id as a value of DLRadioButton, so that when user will select any radio button then its id will be passed on server how i can achieve this thing? please help. following is my code to loop through object array and create radio buttons
thank you in advance for suggestions.