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

Retrieving RadGrid with AJAX from dialog

1 Answer 44 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Terance Emory
Top achievements
Rank 1
Terance Emory asked on 12 May 2009, 07:31 PM
Hi,

I am a bit stumped and hope someone can jump start me back into my solution.

I have a page with a radgrid.  I would like the radgrid to initially be empty, clicking a button in the menu displays a radWindow (modal) to prompt user for some input items.

Once I have these items I would like to retrieve data using the user input.  I don't know if it's better to do this with AJAX call or with a Postback?

Anyone have an example of a radgrid being retrieved from a query window?

Thanks in advance.

1 Answer, 1 is accepted

Sort by
0
Sebastian
Telerik team
answered on 15 May 2009, 02:01 PM
Hi Terance,

I think that you can use the following integration example as a starting point:
http://demos.telerik.com/aspnet-ajax/controls/examples/integration/gridandwindow/defaultcs.aspx?product=grid

and extend it to insert grid items when the grid is empty through the popup window when a button on the main page is pressed (in the same way as it is done for the 'Add New Record' button in the RadGrid comment item).

Kind regards,
Sebastian
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
Grid
Asked by
Terance Emory
Top achievements
Rank 1
Answers by
Sebastian
Telerik team
Share this question
or