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

RadGrid hyperlink column

2 Answers 134 Views
Grid
This is a migrated thread and some comments may be shown as answers.
rohit
Top achievements
Rank 1
rohit asked on 29 Nov 2010, 02:23 PM
Is there any way to populate a row of second grid from first grid, via clicking row of first grid.
I know i can achieve same using drag & drop rows, but i want to do it by clicking rows.
Please suggest. 

2 Answers, 1 is accepted

Sort by
0
rohit
Top achievements
Rank 1
answered on 29 Nov 2010, 06:43 PM
OnColumnDblClick of First RadGrid, i want to populate that Column data into second RadGrid Column.
How to achieve this. Any sample example is helpful.
0
Shinu
Top achievements
Rank 2
answered on 30 Nov 2010, 06:00 AM
Hi,


Give a try with following approach:


Perform a postback on double-clicking column in first grid and get the column values (by iterating through the items) and populate the second grid from code.

Attach "OnColumnDblClick" event to grid and perform postback as described in the KB Article below.
Performing postback from grid client events
Now in the server side, get the values to populate the second grid.


Hope this suggestion will help you.


-Shinu.
Tags
Grid
Asked by
rohit
Top achievements
Rank 1
Answers by
rohit
Top achievements
Rank 1
Shinu
Top achievements
Rank 2
Share this question
or