That worked great. I was doing that previously, appending a GUID to "pnlNew" as an identifier, but it was causing an error message:
Error: missing ; before statement
Source File: http://mypc/test.aspx
Line: 287, Column: 5
Source Code:
var octl00xmainxpnlNew17bea5bf-2d5c-4f86-a9af-244bb5cc880axctl00 = igtbl_initGrid("ctl00xmainxpnlNew17bea5bf-2d5c-4f86-a9af-244bb5cc880axctl00",[false,0,2,1,2,2,"ig_29b29929_r1","",2,3,"",1,"","",0,"ig_29b29929_r4",1,22,"","ig_29b29929_r7","","","","",1,
I guess the ID was too long or something.
Thank you for your help.