Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by kumar on Dec 06, 2007 20:45
open dhtmlx forum
inserting the image in to cell

hi
i am using the mygrid.cells(i,j).setImage(url"); i am getting _childIndexes' is null or not an object error is it present in professional edtion becz i am using free version
Answer posted by Support on Dec 07, 2007 01:45
This functionality available in both standard and professional edition
Mentioned error occurs when you call operation against row which not exists in grid. It may appear if you are using incorrect row ID , or you calling command before row created ( most common case - executing command just after loadXML , when data nor really loaded yet )