Categories | Question details Back To List | ||
xml HI, This is my generated xml. <?xml version='1.0' encoding='UTF-8'?> <rows> <head> <column width='25' type='ro' align='left' sort='na' align='center' color='#DDE1F7'></column> <column width='50' type='ro' align='left' sort='na' color='#DDE1F7'></column> <column width='92' type='ro' align='left' sort='na'> A ></column> <column width='92' type='ro' align='left' sort='na'> B ></column> <column width='92' type='ro' align='left' sort='na'> C ></column> </head> <row id='r3'><cell></cell><cell></cell><cell> Data </cell><cell> Data </cell><cell> Data </cell></row> <row id='r4'><cell></cell><cell></cell><cell> Data </cell><cell> Data </cell><cell> Data </cell></row> </rows> I am not able to get grid. what is going here. Thanks Answer posted on Apr 11, 2008 10:04 >><column width='25' type='ro' align='left' sort='na' align='center' color='#DDE1F7'></column> You have the few attributes with the same name, as result XML structure corrupted and grid can't be initialized. |