Hi, I know that in a ListGrid I can use:
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?
Code:
dataProperties:{
requestProperties:{foo:"bar"}
}
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?