So after some banging on the head and looking over the documentation…
It looks like this works:
if (!Page.IsPostBack && Jqgrid1.AjaxCallBackMode == AjaxCallBackMode.RequestData)
{
}
I'm thinking this is the answer…unless someone tells me that i'm doing a stupid hack 