jQuery UI Widgets › Forums › Grid › Scroll position to right
Tagged: hide row, scroll postion
This topic contains 1 reply, has 2 voices, and was last updated by Mariya 11 years, 9 months ago.
Hello,
I have 2 questions with the JqxGrid.
1)How to set horizontal scroll position to right. 2)How to hide rows.
Thanks
Hi prgahlod1,
It is not possible to hide rows you can only hide columns using ‘hidecolumn’ method. If you want to change the scroll position you can use the ‘scrolloffset’ method as shown: //@param Number. Top position. //@param Number. Left position.
$('#jqxGrid').jqxGrid('scrolloffset', 0, 20);
Best Wishes, Mariya
jQWidgets Team http://www.jqwidgets.com
You must be logged in to reply to this topic.