Ed Leafe пишет:

3. Selecting entire rows. If user click on a some cell, the entire row should be selected (like in wxListCtrl). With ability of multiple rows selection, ofcourse.

    grid.SelectionMode = "Row"
    grid.MultipleSelection = True


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?

2. How to use dGrid search capabilities?

3. How to disable row resizing?

Thanks!

--
Basil Shubin
Freelance Software Developer


_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users

Reply via email to