Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by krishna lakshmi on Jan 06, 2009 00:02
open dhtmlx forum
DHTMLxGrid Error

I am using DHTMXGRID. I am getting the following error.

Error: this.entBox has no properties
Source File: http://localhost:8080/DMTOnlineWeb/codebase/dhtmlxgrid.js
Line: 19

wats the resolution for this ?
Answer posted by Support on Jan 07, 2009 15:11
Most probably you are using not existing container ID for grid's constructor
Please be sure that first parameter of constructor are valid HTML element ID and element already rendered on the page on moment of constructor call.