The information in this article applies to:
SYMPTOMSAny changes made to the current record of the Grid DTC's underlying recordset will be lost when one of the Grid DTC's navigation buttons is clicked. Thus, if you make changes to the values in DTC's bound to the same Recordset as the Grid, and click a navigation button, the underlying Recordset will not be updated. CAUSEThe updateOnMove properties of the two intrinsic Recordset Navbars of the Grid DTC are set to false by default. RESOLUTIONThe Grid DTC exposes the getPagingNavBar() and getRecordsetNavbar() methods to allow you to script against its intrinsic Recordset Navbars. You can use these two methods to turn on the updateOnMove property of the Recordset Navbars. STATUSThis behavior is by design. MORE INFORMATIONSteps to Reproduce BehaviorThe following sample "thisPage_onenter" event handler will successfully turn on updateOnMove for the intrinsic Recordset Navbars of a Grid DTC in an Active Server Pages (ASP) page:
Additional query words:
Keywords : kbCtrl kbVisID600 kbGrpASP |
Last Reviewed: May 13, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |