Question
Verizon Data Services
IN
Last activity: 16 Oct 2018 12:03 EDT
Radio button action is not firing in table(grid) in 7.3
Hi All,
I have a table(pega version 7.3) previously repeat grid the source of which is a page list property . In the first column of the grid , I have radio button control , on change of which I am posting the value . The issue here is ,when I select the radio button for the first row in the grid , it is firing the reload cell event(post action) , but if I select any other row , it is not posting the value for that row and not resetting the value for first row also.I can see in the ui that second row has been selected and first one unchecked . Finally when I submit the form , I have both the rows selected in the clipboard.
**Moderation Team has archived post**
This post has been archived for educational purposes. Contents and links will no longer be updated. If you have the same/similar question, please write a new post.
-
Like (0)
Varun Chandana -
Share this page Facebook Twitter LinkedIn Email Copying... Copied!
Accepted Solution
Verizon Data Services
IN
As per pega the behavior is expected i.e. onChange action in Radio Button won't work inside a repeat grid.
Pegasystems Inc.
IN
Which control you are using and also which property you are mapping the radio button with /
Verizon Data Services
IN
pxRadioButton and a boolean property .
Techmahindra
IN
Hello Nikhil,
You can find many post regarding onclick event on a radio button in a grid layout not being triggered the reason behind this is radio button does not support onclick events. In many cases we have advised to use custom code or a check box which is meant for such click events.
However incase if your using any control as pzGridRadioButton then please share the screen shots of your configuration.
Regards,
Shanthini Charles
-
Mohammed Adil Saleem
Verizon Data Services
IN
I tried using pzGridRadioButton control as well but it's not working . When I source the table with a page group property then pzGridRadioButton is working fine but with page list property it's not working .
J.P. Morgan Services India PVT Ltd
IN
Hi,
what is the behavior if you are changing the source of the grid? Also I am not clear with the action set you are giving on the cell. can you attach some screenshots for that.
Pegasystems Inc.
US
Are you noticing that the values are not correctly selected when you click on the radio button in a grid ? Are you clicking on the label or the control itself ?
IS the issue you reported similar to what is mentioned here ?
https://community.pega.com/support/support-articles/same-id-generated-radio-button-checkbox-elements
Accepted Solution
Verizon Data Services
IN
As per pega the behavior is expected i.e. onChange action in Radio Button won't work inside a repeat grid.
-
Dulshanka De Silva
Express Scripts
US
Hi Nihil,
i have similar kind of issue in pega 7.22. inside table grid radio button actions are not working.
so i got hotfix, but after that im not able to see radio button in Windows 10 IE 11.
but reaming all browsers it is working fine.
Please refer this SR: SR-C24081 (DL-85010 Contents of this package are:
PARENT HOTFIX: HFIX-43398
DEPENDENT HOTFIX(ES):[HFIX-32252] )
Verizon Data Services
IN
Hi Rajesh,
As per pega radio button events will not trigger properly inside a grid and it is expected behavior. If you received the hotfix then you can inspect the html code and see what is not letting the radio button render properly in IE 11 . If you are unable to find the root cause then you can go back to pega and they will give you the fix for IE as well.
The simple solution is using a check box inside the grid.