onRowClick set Checkbox Checked
Posted: Mon Jul 31, 2017 10:57 am
Hello,
Our user like to see the Checkbox on a grid is “Checked” when they click anywhere on a row.
I have tried the following code in "OnRowCliclick event but it is not working:
pui.set("chkBox", "1");
changeElementValue("chkBox", "1");
I am not sure it is possible to accomplish that.
Thank you,
Our user like to see the Checkbox on a grid is “Checked” when they click anywhere on a row.
I have tried the following code in "OnRowCliclick event but it is not working:
pui.set("chkBox", "1");
changeElementValue("chkBox", "1");
I am not sure it is possible to accomplish that.
Thank you,