Hi Tony,
I have been trying to move my project to jqgrid (from EJSTreeGrid) and seem to have hit a brick wall in the migration. I have the following queries. Any help is highly appreciated. Thank you.
1.Can we provide following XML File as an input to the jqgrid TreeGrid? How should we specify it in TreeReader or XMLReader?
"I" is the row element and its attributes are used as Node values "B","F".
The following XML format is currently being used with EJSTreeGrid and we are trying to move to jqGrid.
<?xml version="1.0″ encoding="UTF-8″?>
<Grid>
<Body>
<B>
<I Def="se" A="2″ B="Default ABC" CButton="Img" CButtonText="/icons/format/t_edit2_16.gif" CWidthPad="18″ id="1″ F="Default Location" EButton="Img" EButtonText="/icons/format/t_delete2_16.gif" EWidthPad="18″>
<I Def="sr" A="3″ B="Default DEF" CButton="Img" CButtonText="/icons/format/t_edit2_16.gif" CWidthPad="18″ id="3″ EButton="Img" EButtonText="/icons/format/t_delete2_16.gif" EWidthPad="18″ F="Default GHI"/>
</I>
</B>
</Body>
</Grid>
2. Are there any examples available for 'cell editing' in the TreeGrid?
3. I read in the documentation that addRowData() is not available in the TreeGrid. I have a requirement to add and delete rows from the TreeGrid. Is this possible at all?
Regards,
dvatsal