Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

select a single row by index #794

Open
khaled3wad opened this issue Jan 6, 2019 · 1 comment
Open

select a single row by index #794

khaled3wad opened this issue Jan 6, 2019 · 1 comment

Comments

@khaled3wad
Copy link

hello ,
is it possible to select a single row by index ? and scroll the grid to get it visible ?

@joneit
Copy link
Contributor

joneit commented Jan 7, 2019

var rowIndex = 99;
myGrid.selectRow(rowIndex, rowIndex);
myGrid.scrollToMakeVisible(rowIndex + 1);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants