ParamQuery grid support forum
General Category => ParamQuery Pro Evaluation Support => Topic started by: twoer on March 16, 2015, 12:46:32 pm
-
$pqScrollbar.on("pqscrollbardrag", function (event, ui)
{
$(this).pqScrollBar('option', 'cur_pos', 100);
var curPos = $(this).pqScrollBar('option', 'cur_pos');
});
get cur_pos always 0 ?
set cur_pos don't work ?
-
Please refer to these examples:
For virtualY mode: http://jsfiddle.net/zy9vqx41/3/
For non-virtualY mode: http://jsfiddle.net/nf0ofo5d/3/