Hi,
Below code is generating ‘dataProcessor no defined error’ in Mozilla error console. The grid loads with data correctly.
What could be the problem?
test.php
test.js
client_grid.loadXML("ajax.php?do=client_master");
var dp = new dataProcessor("ajax.php?do=client_master");
dp.init(client_grid);