[SOLVED] Widget Problem with Google Chrome

Answered
0
0

Good day,

 

I have a widget that initializes a DevExtreme DataGrid, please see below:

var _grid=$(this.container).dxDataGrid({
..


});

this._grid = _grid.dxDataGrid(‘instance’);

 

In Microsoft Edge, calling

widgetGrid.EvalAsync(“this._grid.refresh();”); – Runs successfully

In Google Chrome,

widgetGrid.EvalAsync(“this._grid.refresh();”); – Wisej: Cannot read property ‘refresh’ of undefined

How to do it that is compatible for all browsers?

 

Thank you.

  • Levie (ITG)
    Do you still have the issue after updating to the latest release? Let me know. Best, Levie
  • You must to post comments
Great Answer
0
0

Hi Glenn,

 

A fix will be available in the next development release!

Thanks for mentioning!

Best,

Levie

  • You must to post comments
Showing 1 result
Your Answer

Please first to submit.