Skip to main content
17-Peridot
November 5, 2021
Solved

Collection widget loading behaviour

  • November 5, 2021
  • 3 replies
  • 1800 views

I want to display a data which is dynamic with respect to Rows as well as Columns.

 

So, I have chosen collection widget to implement this UI.

1. Developed parent mashup which repeats in a Row. (Dynamic row)

2. Each row having its own columns So, it is having nested collection widgets.(Dynamic columns)

 

Sometimes, UI completely frozen. Not able click or change anything.

Any best practices to implement nested collections?

 

Best answer by Sathishkumar_C

Thank you for the reply.

Its because of space constraint of parent and child mashups.

 

Ex:

Parent mashup collection cell size (50px height - 50px width) lower than child mashup size (100px height - 100px width). changed the parent and child mashup size.

3 replies

Community Manager
December 7, 2021

Hi @Sathishkumar_C.

 

When doing nested collection widgets, the client machine has to do a lot of rendering depending on your design and the volume of data.  

 

Please provide some detail regarding your use case and the volume of data you're dealing with.

 

Regards.

 

--Sharon

16-Pearl
December 8, 2021

@Sathishkumar_C 

 

What is the value of the collection widget property ItemLoadBehaviour? If it is set to Load all try changing it to Load / Unload and see if it improves the performance.

 

Regards,

Sachin Sharma

Sathishkumar_C17-PeridotAuthorAnswer
17-Peridot
December 17, 2021

Thank you for the reply.

Its because of space constraint of parent and child mashups.

 

Ex:

Parent mashup collection cell size (50px height - 50px width) lower than child mashup size (100px height - 100px width). changed the parent and child mashup size.