fitzgeraldt
10-11-2005, 03:51 AM
I'm trying to update a grid component with data from a JavaRPC call. The RPC call is working correctly. I can see the returned data in the debug window, but the grid component is not displaying the updates dataset.
I believe the problem is a timing issue with how I am handling the RPC callback (LzDelegate) and the initialization of the grid.
Does anyone have an example of an RPC call whose data is correctly binding to a grid (or any other component for that matter)? I can't find a JavaRPC example in the documentation that shows this binding. The examples just show how to make a JavaRPC call and return data in a debug window which is what I have working.
Thanks in advance for your help.
Tom
I believe the problem is a timing issue with how I am handling the RPC callback (LzDelegate) and the initialization of the grid.
Does anyone have an example of an RPC call whose data is correctly binding to a grid (or any other component for that matter)? I can't find a JavaRPC example in the documentation that shows this binding. The examples just show how to make a JavaRPC call and return data in a debug window which is what I have working.
Thanks in advance for your help.
Tom