tags:

views:

55

answers:

1

using jqGrid and using Advanced Searching... but I want to snag the "query" that is being sent over before it is sent (so the user builds it once, I can "save it off" somewhere and then resend it later).

but I can't figure out how to grab it... can anyone help??

+1  A: 

Try out the loadBeforeSend event

PetersenDidIt