roGridScreen selection logic

I’m displaying content in groups and am finding that my index is not matching what it should. If I have a grid screen layout with the following…

[] [] [] [] []
[
] [] [] [] []
[]
**[
] [] [] []**
**[
] [_]**

Are you referring to the values in roGridScreenEvent? For isListItemSelected, GetIndex() returns the index of the row and GetData() returns the index of the column.

–Mark

Just an update, my logic was correct, but the “content” list that I’d generated was incorrect, causing an out of bounds error. False alarm, haha.

Thanks for the help!