Hi
I have a Radgrid and initially it's empty.
When the user click "Add" button, a RadWindow popup to show another Radgrid with exactly same format(columns) as one in the parentpage. Except in this RadWindow the grid is binded with several rows.
What I want to do is when the user click "Choose" button in the RadWindow, the rows in the grid choosed by the user in the RadWindow will be added into the grid in the parent page.
I've seen the demo of passing values from RadWindow to parent page. But the demo is just passing text. How to pass a datarow to the parent page?
Thanks
I have a Radgrid and initially it's empty.
When the user click "Add" button, a RadWindow popup to show another Radgrid with exactly same format(columns) as one in the parentpage. Except in this RadWindow the grid is binded with several rows.
What I want to do is when the user click "Choose" button in the RadWindow, the rows in the grid choosed by the user in the RadWindow will be added into the grid in the parent page.
I've seen the demo of passing values from RadWindow to parent page. But the demo is just passing text. How to pass a datarow to the parent page?
Thanks