What grid class to use

Ok, forgive for asking this, I'm still working my way through
wxPython, but what's the best grid class to use, if I want the number
of rows to increase, as the user inputs through them. To be clearer I
have a set number of columns, with an initial empty row for the user
to insert on it, and uses the tab to navigate through them, and as the
user reaches the last column of the row, if he presses enter, it adds
another row for the user to continually input another set for those
columns. I've tried wxPyGridTableBase, but I'm still confused on how
it works. Any ideas though.

Try this https://bitbucket.org/raz/wxexpandogrid/src

ยทยทยท

On Mon, 04 Jul 2011 15:42:51 +0200, karentinedo <kareen.tinedo@gmail.com> wrote:

Ok, forgive for asking this, I'm still working my way through
wxPython, but what's the best grid class to use, if I want the number
of rows to increase, as the user inputs through them. To be clearer I
have a set number of columns, with an initial empty row for the user
to insert on it, and uses the tab to navigate through them, and as the
user reaches the last column of the row, if he presses enter, it adds
another row for the user to continually input another set for those
columns. I've tried wxPyGridTableBase, but I'm still confused on how
it works. Any ideas though.