Is there a way to implement some sort of search with PyGridTableBase?

Look at your data to find the row,col of the cell with the search data and then call grid.MakeCellVisible(row, col)

···

On 1/6/13 3:29 AM, Axel Magard wrote:

Basically I want my grid to scroll to a (the first, the next) row
containing what I have been searching for.

--
Robin Dunn
Software Craftsman

Brilliant, Robin, thanks a lot. That works nicely.

Regards … Axel