Error occur when adding grid search widget

2
I have added grid search widget from app store, getting following error while running the app. OperationExecution.ProductionOrder_Overview.dataGridColumnSearch1: Error while applying context Error: OperationExecution.ProductionOrder_Overview.dataGridColumnSearch1: Error while applying context TypeError: Cannot read property 'applyContext' of undefined Error: OperationExecution.ProductionOrder_Overview.dataGridColumnSearch1: Error while applying context Error: OperationExecution.ProductionOrder_Overview.dataGridColumnSearch1: Error while applying context TypeError: Cannot read property 'applyContext' of undefined     at http://localhost:1111/mxclientsystem/mxui/mxui.js?637223973432735753:35:98852     at Object.t.collect (http://localhost:1111/mxclientsystem/mxui/mxui.js?637223973432735753:35:60339)     at Object.e.exports.applyContext (http://localhost:1111/mxclientsystem/mxui/mxui.js?637223973432735753:35:98751)     at http://localhost:1111/mxclientsystem/mxui/mxui.js?637223973432735753:35:98545     at o (http://localhost:1111/mxclientsystem/mxui/mxui.js?637223973432735753:35:60060)     at Object.t.sequence (http://localhost:1111/mxclientsystem/mxui/mxui.js?637223973432735753:35:60069)     at Object.e.exports.fireOnReady (http://localhost:1111/mxclientsystem/mxui/mxui.js?637223973432735753:35:97735)     at http://localhost:1111/mxclientsystem/mxui/mxui.js?637223973432735753:35:98510     at Object.t.collect (http://localhost:1111/mxclientsystem/mxui/mxui.js?637223973432735753:35:60339)     at e.exports.loadWidgetsIn (http://localhost:1111/mxclientsystem/mxui/mxui.js?637223973432735753:35:98393)
asked
1 answers
0

That looks like the DataGridColumnSearch widget throwing an error rather than Grid Search. That widget is a bit funny in that you need to drop the widget below the grid on the page.

answered