Load data in the form
Method is purposed to be used with connectors on server side. Client side fields must have bind “attribute”
dhxForm.load(12);
dhxForm.load({ id:12, some_property:"some_value" });
dhxForm.load(12,function(id, response){ alert("Data has been loaded"); });