scrollIntoView in version 2.0
When trying to use the scrollIntoView function previously mentioned on these forums I found it doesn't work with version 2.0.
I am using the AW.UI.Grid, and when I try to do the following, it does not work
var data = this.getTemplate("layout").getContent("data");
I believe the API has changed?
What I am trying to do is to make the selected row be displayed in the viewable part of the table after sorting. This is what I believe scrollIntoView is used for? Right?
I am using the AW.UI.Grid, and when I try to do the following, it does not work
var data = this.getTemplate("layout").getContent("data");
I believe the API has changed?
What I am trying to do is to make the selected row be displayed in the viewable part of the table after sorting. This is what I believe scrollIntoView is used for? Right?
Raf
December 1,