called during grouping, when group footer element created
id | id | id of group |
value | string | group by value |
collection | array | array of objects in the group |
$$("grid").attachEvent("onGroupFooter", function(){
//do something
})
Back to top