TIWCGJQGridOptions.SetFooterData(ISuperObject,Boolean) Method
This method gets or sets data on footer. See footerrow in options array. action - can be 'get' or 'set'. The default is get. 'get' returns an object of type name:value, where the name is a name from colModel. This will return data from the footer. The other two options have no effect in this case. 'set' takes a data array (object) and places the values in the footer. The object should be in name:value pair, where the name is the name from colModel format - default is true. This instruct the method to use the formatter (if set in colModel) when new values are set. A value of false will disable the using of formatter
public procedure SetFooterData(AData: ISuperObject; AFormat: Boolean = True);
Parameters
- AData
- Type: ISuperObject
- AFormat
- Type: Boolean