hi!
When loading my grid with data, I get an error for every row loaded. Somewhere in the minified code (not sure where to get the original js code, sorry about this) you can find the code snippet shown below. As you can see the variable C is used inside the try-statement but it is only initialized in some cases. It works since it is in a try-statement but it's ugly and my Mozilla debugger fires on it every time.
Please fix this unneccessary bug.
if (s && c.p.scroll) { a(“>div:first”, o).css({ height: “auto” }).children(“div:first”).css({ height: 0, display: “none” }); o.scrollTop = 0 }
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top