Quantcast
Channel: SmartClient Forums
Viewing all articles
Browse latest Browse all 4756

Strange behavior of the component fetchData TreeGrid

$
0
0
Hi

Execute

this.fetchData(isc.addProperties(this.getCriteria( ), {
"tc": new Date().getTime()
}), callback1);

in this case the server goes double post request with callback is called once. What can I do to get rid of double-Post? With that, the autoFetchData = false

Thanks

Viewing all articles
Browse latest Browse all 4756

Trending Articles