cancel
Showing results for 
Search instead for 
Did you mean: 

Using selected for sap.m.RadioButton

pinakipatra
Contributor
0 Kudos

Hi experts ,

I am using the following codes and is working fine

sap.m.RadioButton({

selected: {

                path: "xyz",

                formatter: abc

             },

})

Now i want to do that using setSelected . What should be the syntax to do that.

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member182862
Active Contributor
0 Kudos

Hi Pinaki

setSelected function is not the right method to call. You can do the same with bindProperty as shown in this example.

thanks

-D

pinakipatra
Contributor
0 Kudos

Thanks for your reply.It was helpfu  l