I am trying to use the addXmlData method to add data to an initialized but empty grid but I am failing with
Uncaught jqGrid - No such method: addXmlData
my code is
$("#recordingsGrid").jqGrid("addXmlData", recordList);
I have triple checked spelling and can see he function defined at line 2415 of the source (jqGrid 5.5.5) so I am at a loss to see what I am doing wrong
MymsMan
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top