Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
650
Trouble adding row to WebCombo client-side using Javascript
posted

I followed the steps listed here:

http://devcenter.infragistics.com/Support/KnowledgeBaseArticle.aspx?ArticleID=7700

but for some reason my script is failing.  I am stuck (for the time being) using message box debugging, since i do not have permissions to debug scripts on my machine (yet).

The script gets pasts the var row = igtbl_addNew(cbo.grid.Id, 0) line, but does not get past

row.getCell(o).SetValue("Some String");

Any and all help would be greatly appreciated