Is there any way to insert rows into a radgrid via javascript, without using the edit form? Lets say I have 2 radgrids and when I select a row from one of them I want the values from that row to be inserted into the second radgrid automatically on the client-side.