Back button question

Hello good morning

i have the next question

how can i disable the “Back” button on the roGridScreen?

i had tried with the isRemoteKeyPressed() together with GetIndex().

Thanks you

You can’t.

You can’t disable the back button, but you could potentially capture the isScreenClosed() event and redraw the screen to prevent the user from exiting it. Out of curiosity, why would you want to prevent the user from using the back button?