Server-side ASP.Net MVC Scroller Example

Server-side ASP.Net MVC Scroller Example

bobs619bobs619 Posts: 6Questions: 1Answers: 0

Could someone point me to an example using the scroller extension used in conjunction with ASP.net MVC.

Replies

  • shickeyshickey Posts: 18Questions: 1Answers: 0
    edited May 2014

    The fact that you're using ASP.NET MVC is irrelevant to your problem. Use MVC and razor to create a table on your view, only then do you add DataTables and any additional extensions.

  • wjhumphreyswjhumphreys Posts: 52Questions: 9Answers: 5

    This isn't always the case. If you where using server side paging you would start with an empty table and use Ajax (or whatever) to fill the table dynamically.

  • bobs619bobs619 Posts: 6Questions: 1Answers: 0

    Ok i'll figure it out.

This discussion has been closed.