Hi Marko,
Please ignore the previous update.
we have validated your reported scenario. The circular reference error is not a grid related issue.
The circular reference error will occur when serializing the POCO entities which refers each other. For example consider the relationship between the entities Order and Customer. Here the Order and Customer relation are referenced each other.
When the JSON serializer tries to serialize the entity object “Orders” with above relation it will try to serialize it`s relational object “Customers” and while traversing the “Customers” object it discovers circular reference and throws circular reference exception.
So we suggest you to ensure it in your sample and modify the structure based on this.
Regards,
Thavasianand S.