ParamQuery Grid
Welcome,
Guest
. Please
login
or
register
.
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
Home
Help
Search
Login
Register
ParamQuery grid support forum
»
General Category
»
Help for ParamQuery Pro
»
Using summaryData with fetching data remotely?
« previous
next »
Print
Pages: [
1
]
Author
Topic: Using summaryData with fetching data remotely? (Read 1873 times)
tcf
Pro Deluxe
Newbie
Posts: 13
Using summaryData with fetching data remotely?
«
on:
December 20, 2016, 04:03:44 am »
Is it possible to use summaryData but fetching data remotely?
I've tried using this as an example, but it fails to work when fetching data remotely:
http://paramquery.com/pro/demos/summary
Thanks
Logged
paramvir
Administrator
Hero Member
Posts: 6296
Re: Using summaryData with fetching data remotely?
«
Reply #1 on:
December 20, 2016, 08:58:23 am »
In case of remote data, summaryData option should be set in load event.
Code:
[Select]
load: function(){
this.option( 'summaryData', calculateSummary() );
}
Logged
Print
Pages: [
1
]
« previous
next »
ParamQuery grid support forum
»
General Category
»
Help for ParamQuery Pro
»
Using summaryData with fetching data remotely?