IE 11 and DevExtreme / jQuery clash

When opening the target URL from Katalon Studio for recording, the page doesn’t render DevExtreme components. The debugger in IE tells us that
$(“#gridContainer”).dxDataGrid(“instance”); gives an error because “Object doesn’t support property or method ‘dxDataGrid’”

If we run IE 11 without Katalon Studio, all renders well. It seems that the injection of jQuery 1.11.2 plus 4 other dynamic scripts when starting the record session, might interfer with other libraries, such as DevExtreme. We include jQuery 2.2.3 on our own.
In Chrome we don’t have this issue. Any clues?