To make a row selected in a grid we can use this Peoplecode :
&rsGriD.getRow(&i).selected =True;
But how we can trigger peoplecode if a row in a grid is selected ?
There is any field in a grid that represent the CheckBock Select, it is added just by making in Grid properties Multiple Row ( check box) in Row selection Indicator.
Can someone Help?