hello,
in the recent days a lot of questions on wx.grid have come up.
I am trying to look for some docs explaining basic usage of the grid control.
firstly, if I can put combo boxes, list boxes and buttons inside a
grid how different is it from a gridbag or a flexgrid layout?
secondly, what are the main methods and properties of the grid which I
can use to create a spreadsheet like interface with labels at the top
of the columns as column headers and textboxes for the data?
and lastly which layout should be possibally used for putting this
grid on a frame followed by a horizontal line of buttons below the
grid?
(that is to say a spreadsheet with buttons to save and update data on
the same screen just above the status bar).
regards,
Krishnakant.