Announcement

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

    TileGrid initialData

    Hi,

    Is it possible to set a TileGrid's initial data without making an additional request via the datasource? I know this works for the TreeGrid (using the initialData field). I'd like to save the additional request for data if possible.

    I'm using SmartClient version 8.2.

    Thanks.

    #2
    You can provide data as a ResultSetwith initialData and initialLength set (initialData on a ListGrid is basically just a passthrough to these ResultSet properties).

    Comment

    Working...
    X