We have a big list grid, with lots of columns. A good number of those columns are ComboBoxItem picklists, and currently upon editing a row a number of queries are issued to fetchMissingValues.
Is there anyway to do an RPCManager.startQueue() when the row is activated, and an RPCManager.sendQueue() when complete, so that instead of 4-20 individual RPCs hitting the server, we get all the missing values in a single request/response?
SmartClient Version: v9.1p_2015-04-22/PowerEdition Deployment (built 2015-04-22)
Is there anyway to do an RPCManager.startQueue() when the row is activated, and an RPCManager.sendQueue() when complete, so that instead of 4-20 individual RPCs hitting the server, we get all the missing values in a single request/response?
SmartClient Version: v9.1p_2015-04-22/PowerEdition Deployment (built 2015-04-22)
Comment