Service return parameter [message #858648] |
Fri, 27 April 2012 04:24  |
Eclipse User |
|
|
|
I am a bit stuck trying to get the nested datagrid to work
I have a datagrid inside a datagrid and both grids get data from a service call.
My problem is that the service call runs after the grid is initiated and the first grid will be loaded by the data from the service call as the grid is accessible from the callback function. The nested grid however is not accessible from the callback function.
My problem would be solved if I could return two parameters from one service. One with data for the first grid and one with data for the nested grid.
I cannot find a way to specify two parameter for the return value like this for example "return(ARRAY1, ARRAY2);
I would be very greatful for any hint for how to solve this. Nested datagrid works fine, but I cannot find a way to get it working when I want do load data from a service call.
Rgds Trond
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.03658 seconds