fires after a row has been created in the grid and filled with data
| rId | string|number | the id of a row |
| rObj | object | the row object |
| rXML | object | the related XML (if available) |
Available only in PRO Edition
grid.attachEvent("onRowCreated", function(rId,rObj,rXml){
// your code here
});
Back to top