--- In [email protected], "Gordon Smith" <[EMAIL PROTECTED]> wrote: > If you want to set the selection based on data, you'll have to loop > through all the items, inspect whether each item has the data you > want, and select it if so.
I actually tried something like that. But myGrid.selectedItems += item doesn't work. What's the best practice way to push the item to selectedItems?

