CraigInDallas
Posts: 0
Joined: Wed Oct 10, 2012 10:23 am

Example of Dynamic List from Rest results

I really appreciate your dynamic list example with static data.

I am currently populating one of the two level perfectly from my json call.

I am not sure though how to load the child level though the 1st time and on the Value Changed event.

Is the an example?

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

Example of Dynamic List from Rest results

I'm not sure I understand the question... can you post a screen shot(s) of what you would like to do..?

CraigInDallas
Posts: 0
Joined: Wed Oct 10, 2012 10:23 am

Example of Dynamic List from Rest results

Image

Image

Your example is exactly what I need to do with the exception of values from the json results.: http://help.gotiggr.com/getting-start...

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

Example of Dynamic List from Rest results

You should duplicate the service. The first one loads the MakeSelect list. When a value is selected (Value Change event), invoke the second service and map models[] to the ModelSelect list. Let me know if this helps.

CraigInDallas
Posts: 0
Joined: Wed Oct 10, 2012 10:23 am

Example of Dynamic List from Rest results

Max is your sample of the code that I need to filter the models in the list correspond to the makes in the list above?

By the way it really does help. Really appreciate you guys.

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

Example of Dynamic List from Rest results

I don't think you need that example. Does models[] hold the values based on selection made in makeHolder? If yes, based on any new selection, the second list will be updated with new values, via service invocation.

CraigInDallas
Posts: 0
Joined: Wed Oct 10, 2012 10:23 am

Example of Dynamic List from Rest results

Nope Not working. I am only getting 1 value in the model, no matter which make I choose. I get "Hummer"

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

Example of Dynamic List from Rest results

Tell me how your service works, what request parameters does it have? And what data is returned?

CraigInDallas
Posts: 0
Joined: Wed Oct 10, 2012 10:23 am

Example of Dynamic List from Rest results

Sorry I'm on my phone right now so I can't send you screenshots.

But the request only has a request type which is json and API key. Then returns back all makes and models

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

Example of Dynamic List from Rest results

When you get a chance, please post a sample JSON that you get back from the service.

Return to “Issues”