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
2700
Javascript error 'childnodes.length' is not null or not an object on postback
posted

Hi,

I'm very new to web development and the UltraWebGrid :-)  I have a very simple UltraWebGrid within an asp:wizard control.  I manually add rows to the grid as the data is not coming from a database as such.  All is fine so far and I have implemented my own crude form of 'move row up/down' to allow ordering.  When I click on the cell which contains a button, after my server side button handler is called I receive a JavaScript error as above.  I also get this same error when I simply move to the next page in the wizard so I guess it is as a result of a postback in the grid.

I have no idea what could cause this as the error appears to be coming from the grid which is as I said very simple.  Any ideas are most welcome!

Parents Reply Children