Load custom paging controls which is .ascx control
Load custom paging controls which is .ascx control
taniamm2002
Posts: 1Questions: 1Answers: 0
am using a jQuery dataTable and my pagionation is server side - wrapped in an .ascx user controls
So basically I've written
"sDom": "<'dt-toolbar'<'col-xs'i><'col-sm-6'p>r>" + "t" +
which is what I want - I add first a div 'dt-toolbar' then Information and then the div'col-sm-6' and the paging in it.
My question is - is there a way instead of this p - to load the html rendered by the user .ascx contol and what's the best way?
This discussion has been closed.