Ajax DataGrid Support Product Page

Answered

Multi Step Form Search

Asked 14 Oct 2011 15:25:05
1
has this question
14 Oct 2011 15:25:05 Bobby Edgar posted:
I'm loving the extension, but would love to use it for more advanced searching.

Let's say I have a recordset to choose a car (just as an example) and it's set it up to display cars by make, then model and then year. Sql is something like: WHERE make = 'Y' AND model = 'Y' AND year = 'Y'

What I would like to do is have the "make" field filter the grid by make, then the "model" field filter the grid even more by model, and finally the field "year" filter the grid even more by year.

I know I can filter it using one field, but I would like it filter down through the steps.

What would be the best way to accomplish this?

Thanks a Million!

Replies

Replied 17 Oct 2011 10:10:37
17 Oct 2011 10:10:37 Miroslav Zografski replied:
Hello Bobby,

The best way to achieve this will be using master/details grids. Here you can find a video on how to achieve such relations:
www.dmxzone.com/go?15997#Videos

the title of the video is :
Video - Connect Two Ajax Datagrids Together

In your case 3 grids will be required.
Replied 17 Oct 2011 19:11:26
17 Oct 2011 19:11:26 Bobby Edgar replied:
Thanks Miro. I'll check out the video. I'm sure I'll be able to make it work for me.

Thanks a Ton!
Replied 20 Oct 2011 09:59:10
20 Oct 2011 09:59:10 Miroslav Zografski replied:
Hello Bobby,

You are welcome.

Reply to this topic