Need to create an auto scroll

Need to create an auto scroll

I have a project and was tasked to make data scroll.  I can use a grid, HTML etc.  Still unsure how I want to proceed.  

First I need to say I have never used JScript or JQuery but all the searches pointed me to using those tools.  

We have dynamic data (right now everything is server side).  We also are using VS 2015, Telerik and Oracle. I need to show something like the following that will scroll (settings need to be able to be changed by the user) and once it hits the bottom, a data refresh will be done than repeat the scrolling from the top again:


Line #  Date1 Date2 Date3  Area1 Area2 Area3 
    1      1/1       1/2     1/3     A1     A2      A3
                              .
                              .
                              .
Line #  Date1 Date2 Date3  Area1 Area2 Area3 
   2       1/1       1/2     1/3     A1     A2      A3

Line #  Date1 Date2 Date3  Area1 Area2 Area3 
   3      1/1       1/2     1/3     A1     A2      A3

For the above there could be multiple lines for line 1, then it would need to show line 2 etc.  Each lines data is dynamic (1 - 300 lines roughly)  I have no idea where to start and what to do as i mentioned, I have no experience with client side development and where to start.  

Any help is greatly appreciated!!!

Mark