Skip to main content
1-Visitor
January 2, 2017
Solved

Repeater Flashing

  • January 2, 2017
  • 2 replies
  • 1853 views

I created a repeater contained in a normal mashup allowing users to configure different displayed parameter values.  There can be anywhere from 0 to 100+ repeater rows available.  The issue I am having is that I call my service once to populate all of the rows in my repeater which works fine.  However, as soon as I start scrolling through the rows the repeater widget keeps flashing while the new rows are being displayed.  Once the scrolling stops the flashing goes away.  This doesn't make for a really smooth and user friendly experience.  Is there a way to prevent the flashing once the scrolling starts in a repeater?

I would like my repeater to function more like a grid that scrolls.

Thanks,

Paul

Best answer by PaiChung

Did you try the different  LOAD behaviors? Sounds like you have it on Load/Unload right now, I would recommend to completely avoid flashing to use Load All. and to minimize it Load/No Unload

2 replies

PaiChung22-Sapphire IAnswer
22-Sapphire I
January 3, 2017

Did you try the different  LOAD behaviors? Sounds like you have it on Load/Unload right now, I would recommend to completely avoid flashing to use Load All. and to minimize it Load/No Unload

pbaierl1-VisitorAuthor
1-Visitor
January 3, 2017

Thanks Pai!

That fixed the issue.  It is now working exactly as I had hoped it would.