Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
143682 | Apr 1,2019 07:56 AM UTC | Apr 11,2019 09:04 AM UTC | jQuery | 3 |
![]() |
Tags: ejTreeGrid |
var treeObject = $("#treeGridContainer").data("ejTreeGrid");
treeObject.setModel({"selectedRowIndex" : 20 }) |
var treeObject = $("#treeGridContainer").data("ejTreeGrid");
//treeObject.scrollOffset(0, (index of the record to view * treeObject.model.rowHeight));
treeObject.scrollOffset(0, (20 * 15));
|
//..
treeObject.updateScrollBar(); |
var treeObject = $("#TreeGridContainer").data("ejTreeGrid");
var scrollObj = treeObject.getScrollElement().data("ejScroller");
scrollObj.scrollY(scrollObj._vScrollbar.model.maximum, true); |
This post will be permanently deleted. Are you sure you want to continue?
Sorry, An error occured while processing your request. Please try again later.
This page will automatically be redirected to the sign-in page in 10 seconds.