Announcement

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

    listgrid offset

    I would like to select a row on a listgrid (with paging) on startup. the only way that i could make it work was: call fetchData, than call scrollToRow (which causes another fetch), then set a timer (because scrollToRow doesnt have a callback) and then call selectSingleRecord.

    Is there a way to set an initial offset for the listgrid, so there won't be the 2 fetches and the need for the timer?

    #2
    Isn't there any way to do this?

    Somewhere I read something about sponsoring a feature, how does that work?

    Comment


      #3
      The Feature Sponsorship program is explained here.

      Comment

      Working...
      X