Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Krishna on Aug 07, 2008 03:40
open dhtmlx forum
dhtmlx grid

Hi,

I am trying to populate a grid using smart rendering and using loadXML function for that. But if I give the node as <CELL></CELL> it won't populate and for <cell></cell> it works fine. Is that case sensitive? Is it possible to make as case-insensitive?

Please provide me a solution

Thanks
Answer posted by Support on Aug 07, 2008 06:03

>>Is that case sensitive?
yes

>>Is it possible to make as case-insensitive?
not possible, but you can change to upper-case tags if necessary

grid.xml.cell = "./CELL"