On Oct 28, 2006, at 7:01 AM, Basil Shubin wrote:
1. In the dGrid subclass I have set following options:
def initProperties(self):
self.DataSet = ()
self.Editable = False
self.Sortable = True
self.Searchable = True
self.MultipleSelection = False
but multiple selection still working?
I'm not seeing that at all. Do you see that behavior when you run
the grid demo by going to the dabo/ui/uiwx directory, and running
'python dGrid.py'?
2. How to use dGrid search capabilities?
When the column you want to search has focus, just start typing the
search string, and it will jump to the first matching record when you
stop typing.
3. How to disable row resizing?
grid.ResizableRows = False
-- Ed Leafe
-- http://leafe.com
-- http://dabodev.com
_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users