[wxPython] Embed a grid in a dialog

I need to use a grid for users to enter data and would like to embed it
into a dialog somewhat similar to the list control box in the Doubletalk
Browser example. Is this possible?

I need to use a grid for users to enter data and would like to embed it
into a dialog somewhat similar to the list control box in the Doubletalk
Browser example. Is this possible?

Yes, but you might have some troubles with tab-traversal between the grid
and other controls on the dialog since wxGrid uses tab to move between
cells.

ยทยทยท

--
Robin Dunn
Software Craftsman
robin@AllDunn.com
http://wxpython.org Java give you jitters?
http://wxpros.com Relax with wxPython!