Tooba Atif
Posts: 0
Joined: Fri Apr 04, 2014 3:07 am

Can I have the request and response values in same grid for query service?

Yes 2nd grid depends on 1st grid's result
Like if I choose the suburb(as shown in above attached picture) it will fetch the data from DB for relevant suburb and display that in next select box.
Any idea or different approach?

Evgene Karachevtsev
Posts: 12
Joined: Mon Apr 28, 2014 1:12 pm

Can I have the request and response values in same grid for query service?

Hello Tooba,

Could you please detail what logic you want to implement in your application and what is the issue you have

Tooba Atif
Posts: 0
Joined: Fri Apr 04, 2014 3:07 am

Can I have the request and response values in same grid for query service?

Hi,

My Task:

I have 2 grids on my screen that has following fields.
Grid 1: State select box
Grid 2: Suburb select box, text box and a Submit button
If user selects the State- California then the service has to fetch the data in next select box. that is all the suburbs that are in California.

Then user fill other fields and submit the form

Issue:

When the screen is loaded the screen only shows grid 1
As the result if select box 2 in grid 2 depends on the result from service and service is called when User selects a value from State select box.

My Logic:
State Select Box - On value change - Invoke Service

I need to show the complete form on page load not just grid 1. How can I show complete screen?
Feel free to ask for more clarification

Thanks,
Tooba

Evgene Karachevtsev
Posts: 12
Joined: Mon Apr 28, 2014 1:12 pm

Can I have the request and response values in same grid for query service?

On page show you can invoke service and populate suburbs select with default values, Alaska suburbs for example.

Regards.

Tooba Atif
Posts: 0
Joined: Fri Apr 04, 2014 3:07 am

Can I have the request and response values in same grid for query service?

Will try that!!
Thanks anyway! :)

Return to “Issues”