How to filter data entered in Editable grid and retrieve it in another Read-only grid?

Hi guys,

I have a Editable grid with 4 columns 

Name, Gender, Phone Number, Approve

Where approve is a checkbox field and remaining all are text field

And user Enters multiple values into the grid

Now I need to show the data which user entered in Editable grid

into another Grid(Read only) where Approve box is checked only from Editable grid

I am able to retrieve the data into Read only grid but I am not able to filter where Approve checkbox is marked

This is all in the same Interface

Thank you

  Discussion posts and replies are publicly visible