Help needed: Eto GridItem does not have attribute 'Tag'

Hi There,

I am trying to migrate my python scripts from py2 to py3. In my old python2 script I was able to capture an .Expanded event on an Eto.Gridview. In Rh8 python 3 I, get an AttributeError on the item when I try to read the GridItem.Tag attribute.

AttributeError: 'ITreeGridItem' object has no attribute 'Tag'

It seems in py3 I cannot access the Griditem property via the ITreeGridItem interface anymore. Can anyone help me out?

Thanks!
Tim

Hi @timcastelijn,

Can you share a small code sample?

Thanks,

– Dale