Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1000
Bug: Touch scrolling does not work with JsRender Integration
posted

Hello,

I cannot scroll the grid by touch when using JsRender Integration.

I tested with a Micosoft Surface 2.

You can use the JsRender Integration demo to reproduce the issue.

Best regards,

Joern

Parents
No Data
Reply
  • 20255
    Offline posted

    Hello,

     Thank you for your post.

     I have logged this behavior with our developers in our tracking system, with an issue ID of 162305.  I have also created a support ticket on your behalf with number CAS-130289-F8T5V4 in order to link the development issue to it so that you are automatically updated when a Service Release containing your fix is available for download.

     Could I also suggest you a temporary workaround. Set the overflow-y to auto of the container grid grid12_scroll:

    $("#grid12_scroll").attr('style', "height: 270px; overflow-y: auto");

     See the attached sample.

     If you need further assistance on this matter, contact me.

    JSRenderExample.zip
Children