Changeset 4045

Show
Ignore:
Timestamp:
04/16/2008 05:07:49 PM (3 months ago)
Author:
paul
Message:

My grid wasn't updating the rowcount without this...

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/dabo/lib/datanav2/Page.py

    r3897 r4045  
    538538        self.Form.PrimaryBizobj = self.DataSource 
    539539        focusToControl = self._focusToControl 
     540        self.update() 
    540541        if focusToControl is not None: 
    541542            focusToControl.setFocus()