Announcement

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

    TileGrid and dataProperties

    Hi, I know that in a ListGrid I can use:

    Code:
    dataProperties:{
    requestProperties:{foo:"bar"}
    }
    to add custom properties.

    I don’t see dataProperties explicitly documented for a TileGrid, but a quick test suggests that it works. Is it safe to rely on this behaviour?

    #2
    Yes - it basically gets the behavior from DataBoundComponent, so you are OK using that.

    Comment

    Working...
    X