Tony,
Great plugin. I would like to implement it using a ajax framework for CF called ajaxcfc which returns json data. I’m still new to all js stuff so I’m not sure how to go about or explain this.
Basically I want to get the json data from the framework which works like this:
$.AjaxCFC({
url: “pathToComponet.cfc”,
method: “SearchFunction”,
data: {}, //arguments to pass to method in name/value pairs
success: function(myQuery) //callback
})
but I don’t know if it’s possible or how to pass the callback (myQuery) to jqGrid and pass page, limit, sidx, and sort to above data tp process the request again.
jose
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top