I have created a subclass of wx.grid. I have provided my own versions of
GetNumberCols and GetNumberRows within my subclass. I'm trying to set a
value into a grid cell, but not having any luck.
<code>
def SetCellValue(self, row, col, val):
gridlib.Grid.SetCellValue(self, row, col, val)
return
</code>
I've tried variations on this but nothing works...the values don't change
even though the code runs without errors.
Can someone help me with some ideas on how to get this to work? BTW I'm NOT
using a Table with this grid...perhaps I should?
Any help would be greatly appreciated.
···
--
View this message in context: http://wxpython-users.1045709.n5.nabble.com/subclass-of-wx-grid-but-how-to-do-SetCellValue-tp5018037p5018037.html
Sent from the wxPython-users mailing list archive at Nabble.com.