FNC Grid touch scrolling causes page reload

Hi,

When using FNC grid in a mobile site, any swipe down to scroll cases the page to reload. Is there anyway to prevent this and allow the user to freely scroll through the grid?

Regards,

@natrajan_sunder

Is the grid height larger than the screen height in this case?
If so, try to put the grid in a TWebHTMLDiv and set the CSS class scrollable-container on this WebHTMLDiv

.scrollable-container {
  overscroll-behavior: contain;
}