cancel
Showing results for 
Search instead for 
Did you mean: 

regarding radio button group

Former Member
0 Kudos

Hi Experts,

Here my requirement is to display the no line per page using radio button group like 10, 20, 30 lines to display.i'm able to create radiobutton group using simple type is working fine but initially i had set programitically for 10 lines to display ,is displayed but in initial display screen no one selected in radio buttons and one more requirement is whenever i select 20 lines to display popup will come is it ok or cancel whenever i click to cancel 'action canceled' but 20 line diplay radio button selected.

please give me solution asap.

Regards,

surya.

Accepted Solutions (1)

Accepted Solutions (1)

former_member197348
Active Contributor
0 Kudos

Hi Surya,

If you want select a radiobutton value,

try like this:

wdContext.currentContextElement().set<radioattribname>("any value in the simple type");

Second requirement,

on onActionCancel() what you have implimented are you navigating to other screen or something else, please elobarate?

regards

Siva

Answers (0)