Hi folks,
I have been using jqGrid just for a couple weeks, i read some docs and blogs and build my grid well. At least i thought well. My web application using grid as a tree grid to show some values. The thing is jqGrid either works or not works with the same code.
The problem prevent the loading data to the grid when the page loading. Search the error and it seems that i forgot include some libraries jqGrid use, although i load everything i still get this weird error. It is weird because it works well sometimes, after working i start again application without any modifications then i get error.
Error string is “Object doesn't support this property or method”, in the “grid.base.js” file there is a function called “addCell”, VS 2008 always points the last row of this function
addCell = function(rowId,cell,pos,irow, srvr) {
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top