I would like to add a left and right scroll button to my datagrid which has frozen columns, so that I can allow the use to scroll a calculated amount left or right.
I have tried this but it does not work:
$('a#right').linkbutton({
onClick: function(){
$(".datagrid-view2").animate({scrollRight: 250}, 800);
}
})