Disregard I found the answer in the docs after much searching…. sorry for the post
.navButtonAdd('#pcustbut',{caption:"Add",
onClickButton:function(){
// call ajax stuff here
if(gsr){
jQuery("#custbut").GridToForm(gsr,"#order");
} else {
alert("Please select Row")
}
}
});