This is a migrated thread and some comments may be shown as answers.

GRID ROW COPY FROM ONE GRID TO ANOTHER

1 Answer 114 Views
Grid
This is a migrated thread and some comments may be shown as answers.
manish
Top achievements
Rank 1
manish asked on 11 Jun 2009, 01:46 PM

Hi
I am facing issue with client side grid row manipulation, Can any one help me to overcome of this-

I have two different grids having same structure, both have first column as GridClientSelectColumn(checkbox),
First grid is full of data and second grid is blank.

Now I want that when I check checkbox of first grid this row will need to be added into second grid
and should be remove respectively while i unselect checked checkbox of first grid.

All need to be done at client side and second grid data should be available on server after postback.


also, Is there any demo available for this.

With thanks and regards
Manish sain

1 Answer, 1 is accepted

Sort by
0
Yavor
Telerik team
answered on 15 Jun 2009, 11:34 AM
Hi manish,

One possible option in this case would be to use an approach similar to this one. If you do not want to have the drag-drop feature, you can disable it, and have the control postback upon checking/unchecking the checkboxes. Then, from the server, you can delete the record from the datasource of one of the grids, and add it to the other grid's datasource.
I hope these suggestions help.

All the best,
Yavor
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
Grid
Asked by
manish
Top achievements
Rank 1
Answers by
Yavor
Telerik team
Share this question
or