onGroupFooter

called during grouping, when group footer element created

void onGroupFooter(id id,string value,array collection);
ididid of group
valuestringgroup by value
collectionarrayarray of objects in the group

Example

$$("grid").attachEvent("onGroupFooter", function(){
    //do something
})

Back to top