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

[Solved] simple form/radgrid search page

1 Answer 94 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Greg Nicholson
Top achievements
Rank 1
Greg Nicholson asked on 26 Apr 2010, 11:21 PM
I'm looking for an example of a simple search page with radgrid results using ajax.

I have 4 text fields
One "search" button
One ajaxified radgrid with results, with a message to narrow search parameters with more than a couple hundred results.

I think I need to use RadGrid1_NeedDataSource in order to avoid a null search when the page loads?

Since there are so many great demo's on this site.. surely there must be one for something like this?

Thanks..

1 Answer, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 27 Apr 2010, 06:11 AM

Hello Greg Nicholson,

I found an online demo which shows how to display dependant records in RadGrid on selection in RadComboBox via ajax request to the server. I hope this would help you to get started.

Grid Filtered by Combo

Also you can make use of 'OnNeedDataSource' event to populate the grid (by creating query based on the search criterias typed in textboxes). Then use the AjaxManager to ajaxify the controls on page in order to avoid page reload.

-Shinu.

Tags
Grid
Asked by
Greg Nicholson
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Share this question
or