Is this content useful?
Thank you for your feedback!
Thank you for your feedback! You have rated this topic in the last 30 days.
scrollCellIntoViewIE Method
Scrolls a cell into view.
Syntax
ASP.NET Ajax Javascript (Specification) | |
---|
function scrollCellIntoViewIE(
: GridCell,
: Boolean
) : (Any); |
ASP.NET Ajax Javascript (Usage) | |
---|
var resultVar = instanceOfGridUtility.scrollCellIntoViewIE(GridCell,Boolean); |
Parameters
- cell
- Cell to bring into view.
- noFocus
- True: do not set focus to cell
See Also