OK, now I'm trying to produce the basic panel link in the ex

OK, now I’m trying to produce the basic panel link in the example and the folowing code is giving me a null for the panel object…Ext.onReady(function(){
var panel=new Ext.grid.dhxGridPanel({ //define panel
height:350,
title:‘Some Grid’
});
panel.render(‘grid-example’);…

saying ‘null’ is null and not and object when it hits this statement.

any suggestions.

Thank you.

Please check attached sample, it uses the same js code and works correctly.
grid_ext.zip (1.96 KB)