Have you seen this error:
jquery.js:3827 Uncaught TypeError: Cannot read property 'filtertype' of undefined
at c.<computed>._initfilterpanel (jqxgrid.filter.js:8)
at c.<computed>._initmenu (jqxgrid.js:8)
at c.<computed>.createInstance (jqxgrid.js:8)
at Object.b.jqx.applyWidget (jqxcore.js:15)
at HTMLDivElement.<anonymous> (jqxcore.js:15)
at Function.each (jquery.js:354)
at jQuery.fn.init.each (jquery.js:189)
at jQuery.fn.init.b.fn.<computed> [as jqxGrid] (jqxcore.js:15)
at Object.build (jqx-grid-utils.js:297)
at HTMLDocument.<anonymous> (index:230)
I can’t track it down and further more everything seems to work as intended, at least on first glance. The error is not thrown in my custom rendertoolbar and columnmenuopening functions. It is also not thrown on any code before the .jqxGrid call.
A warning message with the same text is shown before the execution of the rendertoolbar callback, but the error itself is throw somewhere down the line of .jqxGrid execution.