allows sending POST requests by loading data from external file ( xml, json, jsarray, csv )
url | string | url to an external file |
post | string | POST request |
call | function | an after loading callback function, optional, can be omitted |
type | string | type of data (xml,csv,json,jsarray), optional, xml by default |
Available only in PRO Edition
myGrid.post("data.php?id=1","data=10",ondataload,"xml");
Back to top