Categories | Question details Back To List | ||||||||
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. 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. Answer posted by Support on Sep 03, 2008 08:14 Please check attached sample, it uses the same js code and works correctly. Attachments (1)
|