Is there a Scroller configuration property for "no records found"?
Is there a Scroller configuration property for "no records found"?
Is there a Scroller configuration property for "no records found"?
Rather than what you see in the screenshot, is there a way to make the "loading" background image not appear when there are no records returned, or maybe something user-friendly that says "No records found"?

This question has an accepted answers - jump to answer
This discussion has been closed.
            
Answers
Have you got the
scrollCollapseoption set? If not, that would be the way to go.Regarding the "No records found" message - perhaps:
Allan
scrollCollapse: truedid the trick. I didn't have that in my code.