I am using one grid which has multiple select and text boxes and I want the user to select the value from select box options and then according to that option my query service will get the result and print that in the text box below.
I followed this tutorial
http://docs.appery.io/tutorials/build...
But on page load the screen is blank as I am using one grid and even If i did not invoke the service the screen appears blank.
I don't want to use multiple grids please guide me how to fix this.