Hi Ed Thanks for the reply.
My grid is loaded in a form created with ClassDesigner, so I'm not sure how I would go about overriding processSort. Can you explain further please Many thanks Dave > Or you could try overriding grid.processSort() as follows: > > def processSort(self, gridCol=None, toggleSort=True): > super(<your grid class>, self).processSort(gridCol=gridCol, > toggleSort=toggleSort) > self.CurrentRow = 0 > > If that doesn't work, you could add a print statement there to > confirm that the method is being called, and we can debug from there. > But see if this works first. > > -- Ed Leafe > _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users Searchable Archives: http://leafe.com/archives/search/dabo-users This message: http://leafe.com/archives/byMID/[EMAIL PROTECTED]
