ParamQuery grid support forum
General Category => Help for ParamQuery Pro => Topic started by: cosconit on November 27, 2020, 06:43:33 am
-
Hi
How can I avoid default request after grid rendering? I want to request remote data manually.
-
Please use case 1: dataModel.location = 'local'
https://paramquery.com/pro/tutorial#topic-loaddata
-
I need use 'remote' mode , but I don't want to trigger it immediately when grid open.
-
In that case you can keep dataModel.location = "local" initially and then update it to "remote" followed by call to refreshDataAndView() later on upon your event of interest.