Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Scrolling in ListGrid

    Hi there,
    I have a listgrid with some entries, if the focus is in the listgrid i want to scroll in the listgrid by keypress. If the user presses 'a' the first entry, which begins with a, should be selected.
    I know that there is this option to activate, because you are using it by yourselves at http://smartclient.com/docs/8.3/a/b/c/go.html#attr..Layout.align if you click on the right listgrid and press 'b'.
    Could you tell em the name of the method, which activates this behavior?

    Best Regards

    #2
    It's not a setting. The code involves searches through the ListGrid's data for a match, then uses scrollToRecord. And it only works if you have a full cache of course.

    Comment

    Working...
    X