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
Adding child row to a web-grid with javascript
posted

I am having some trouble adding the first child row to a webgrid.  I believe I have all the pemissions set correctly, however the following line returns null for aRow

var aRow = igtbl_addNew(oGrid, 1);