I’m using the grid widget with an underlying GridTableBase and trying to
implement a “Find” button which would cause the current cursor position
to go to the next matching cell. I’m wondering if there’s an easy way
to do it? I’m playing with the Grid.select_block_row(),
Grid.set_grid_cursor() and Grid.scroll() methods, but the results are a
bit erratic.
Is there a better way to do this than using Grid.move_cursor_down/right?
Thanks,
Norbert