Hi,
SmartGWT 2.4 GWT 2.1.1 Firefox or Chrome any version. Eclipse 3.6.1
I have loaded some of the samples such as:
http://www.smartclient.com/smartgwt/showcase/#grid_dataoperations_fetch
For this sample running in my development environment the Developer Console RPC tab shows each request when track RPC's is checked.
But for a custom datasource with:
setDataProtocol (DSProtocol.CLIENTCUSTOM);
setDataFormat (DSDataFormat.CUSTOM);
It does not show anything in the RPC tab?
Is this normal?
thanks.
SmartGWT 2.4 GWT 2.1.1 Firefox or Chrome any version. Eclipse 3.6.1
I have loaded some of the samples such as:
http://www.smartclient.com/smartgwt/showcase/#grid_dataoperations_fetch
For this sample running in my development environment the Developer Console RPC tab shows each request when track RPC's is checked.
But for a custom datasource with:
setDataProtocol (DSProtocol.CLIENTCUSTOM);
setDataFormat (DSDataFormat.CUSTOM);
It does not show anything in the RPC tab?
Is this normal?
thanks.
Comment