jqgrid table export as example -
1.can use jqgrid html form , want xml(output) give input after updating updated values in xml same signature give input.
2.it possible use lov inside table.
you can data grid example respect of getrowdata. if use method without additional parameters (see the documentation) whole grid data returned. in case of usage of local data or loadonce:true
usage of getgridparam
'data' parameter better.
after have data in an javascript object can use xmljsonclass.json2xml
convert data xml. (see this answer code example). see additionally this , this answers questions can't find.
Comments
Post a Comment