Export to excel not working in read-only grid, works in record list

Certified Senior Developer

I created an interface via an array of components, i.e. 

{

rule!header_component,

a!gridField(

 ...

)

rule!footer_component

}

The grid is using a recordType for it's data, I enabled the export to excel button to the grid but when I click the button I get the error in the csv file: " Expression evaluation error: could not find variable 'model!parseModel' ". I have no idea what this variable is or where it could be from or what it does. I checked within the record list view, and that exports perfectly fine, it just doesn't work in the grid Interface I have.

  Discussion posts and replies are publicly visible