Question
P3Fusion
IN
Last activity: 1 Feb 2021 1:36 EST
Need Sinigle Radio Button with action set
Hello All,
I'm having a grid and it was sourced by datapage. Need to show the results of DP in a grid with a radio button at the first column.
I have used "LocalRadio" Control to list the results with a single radio button. I need to perform action (ActionSet) on the click of the radio button. But it's not happening.
Is there any way to have action set for a single radio button in a grid.
Help is much needed !!
Thanks in Advance :)
@MatheswaranRavi
Hi,
Instead of using "LocalRadio" control in a single column, why not consider using bulk select option that we see in pega with radio buttons. I think it will be easier to manage also compare to your approach.
You can use "pySelected" or "pyRowSelected" properties in the first column of the grid. For the bulk select, give the same property in the header column of the grid.