Tony,
Thanks for the quick response. Sorry I am new to this and may not fully understand. I tried to do what you described:
jQuery(“#add”).click( function(){
jQuery(“#list4”).editGridRow(“new”,{height:400,
closeAfterAdd:true,
reloadAfterSubmit:false,
url:”,
afterSubmit:function(data1,data2) {
data2=counter;
counter=counter+1;
return data2;
}
});
return false;
});
This does not seem to work. The row does not get added. Would you be kind enough to post a sample?
Thanks!
Mike