Question
Wellsfargo
IN
Last activity: 1 Sep 2015 6:59 EDT
Radio button OnClick event is not firing from grid layout
I am using Pega 7.1.6 .
In Repeating grid , i have to use a radio button ..onClick of the radio buttion i should call an activity and refresh current section ..
i Used following
1)OOTB pxRadioButtions as control
2)Event - Onclick
3)Refresh This Section and gave my acitivty
Expected behaviour is , Onclick ,it should call activity and refresh current section .. but nothing is happening when i click on radio buttion . when i use check box its working fine ..
Message was edited by: Kip Jackson Updated spelling error in title.
-
Like (0)
-
Share this page Facebook Twitter LinkedIn Email Copying... Copied!
Pegasystems Inc.
IN
could you please share your observations with onChange event & grid configuration screenshot...
virtusa consulting services pvt.ltd
IN
we have same requirement in the project.if you go through the help on RD we will find it suggest to use check box.
Any way in our scenario we written custom control on the click of radio button,which internally calls an activity.
if you found any solution please share.
Wellsfargo
IN
Can we get any hot fix for this ??
virtusa consulting services pvt.ltd
IN
No Idea ,Bhanu
Pegasystems Inc.
US
Hello,
I don't think you ever answered Phani's question above. We should try to analyze the issue first. This might not be an issue or something that has been addressed in more recent versions of Pega 7.
Pegasystems Inc.
FR
Hi,
I quickly tried the same thing on my Pega 7.1.7 and the activity isn't called. Can we have more information concerning the configuration with few screen prints ? Do you actually have one Radio button on each grid line ? So you can only select one line right ?
Wellsfargo
IN
Yes Marc ..you are right ... I have radio button on each grid line .I can select only row at a time . when I select the radio button ,I should do the section refresh by calling activity ..
Pegasystems Inc.
FR
Hi,
I'm just thinking about a work around. You can add an Action on the grid itself, if the user clicks the line, you refresh and call your activity. Then on your activity, you can just check the value of the Radio Button, if the user was clicking the line to select the Radio Button, just continue with your normal activity work. But if the user was clicking the line for anything else or by mistake just do nothing.
I guess it would be working this way.