Is this content useful?
Thank you for your feedback!
Thank you for your feedback! You have rated this topic in the last 30 days.
scrollToView Method
Scrolls the cell into view inside of the grid's internal container element.
Syntax
ASP.NET Ajax Javascript (Specification) | |
---|
function scrollToView(
: Number
) : (Any); |
ASP.NET Ajax Javascript (Usage) | |
---|
var resultVar = instanceOfGridCell.scrollToView(Number); |
Parameters
- direction
- Indicates which direction to scroll the grid. 1 - only horizontally, 2 - only vertically, 0 or no parameter - both.
See Also