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. 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