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

Paren Window CHild wind Grid

2 Answers 20 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Rahul
Top achievements
Rank 1
Rahul asked on 14 Feb 2014, 06:56 AM
I want to create followign scinerio

On my page i hv on grid on click i open one popup it contains grid if user select one record then from that selected row only need to pick up 2 column value and bind that value into parent page grid values

2 Answers, 1 is accepted

Sort by
0
Rahul
Top achievements
Rank 1
answered on 14 Feb 2014, 08:35 AM
Example

Grid1 on Parent page contains below values
colum1    column2                          Edit
1                   10     
2                   20  Search Icon    Update / Cancel
3                   40

Now i m editing 2nd row from first grid enter some value in textbox and click on search icon. Result grid display in popup window. Now if i select one row from grid2 then bind selected column value to edited row column value

Grid2 on popup page catins below values
Select    colum1 column2 
                 1                  70 
                 2                  80
                 3                  90

Now what i want if i select 2nd row value (Grid2), then bind selected row  value to Grid 1 edited row  value column


Need help urgent
0
Eyup
Telerik team
answered on 19 Feb 2014, 11:38 AM
Hi Rahul,

You can find a similar live sample here:
http://demos.telerik.com/aspnet-ajax/grid/examples/data-editing/edit-form-types/defaultcs.aspx

And use the UpdateCommand event handler to execute your logic.

Hope this helps.

Regards,
Eyup
Telerik
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the UI for ASP.NET AJAX, subscribe to the blog feed now.
Tags
Grid
Asked by
Rahul
Top achievements
Rank 1
Answers by
Rahul
Top achievements
Rank 1
Eyup
Telerik team
Share this question
or