Hi Rajendra,
I think you have to set the selection of rows through your program.
You can achieve your requirement as below
- Add one field SEL of type C into your table definition and mark this as selection column
- On action of CHECK_BOX, you can get the index of row selected and set SEL value to 'X'
- Now, Only the selected rows are highlighted
Regards,
Rama