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

Add a record to RadGrid from RadWindow?

1 Answer 118 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Darius
Top achievements
Rank 1
Darius asked on 01 Jul 2008, 02:23 PM
Hello, I need to add a record to a grid using a secondary screen displayed with RadWindow. What's the best practice for this? I tried the following:

1. Show grid on parent page.
2. Open child page with radopen.
3. Wire the save button on child page with server-side code that adds the record and client-side code that closes the form and refreshes the grid.

However, client-side executes first so my RadWindow gets closed and grid refreshed before the record is added.

Looking for ideas. Thanks.

--DT

1 Answer, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 02 Jul 2008, 04:56 AM
Hi Darius,

Here is an online demo which demonstrates how to use RadWindow for inserting and editing RadGrid records.
Window Editing

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