FIX: The DataGrid control reports an incorrect row count when a modified column is hidden by scrolling when you are using the .NET Framework 1.1 (835405)
The information in this article applies to:
- Microsoft .NET Framework 1.1
SYMPTOMSWhen you scroll the column of a DataGrid control out of the
visible area after you modify the column and then you access the count of the rows
that are modified, you receive an incorrect row count.CAUSEThis problem occurs because the Leave event of the DataGrid control typically causes
the EndCurrentEdit method to update the data source. However, when you modify a column and then you scroll that column out of view, the Leave event does
not cause the EndCurrentEdit method to be called. Therefore, the changes that are made
to the DataGrid control are not updated in the data source.RESOLUTIONTo resolve this problem, obtain the latest service pack for the Microsoft .NET Framework 1.1. To download the latest service pack visit the following Microsoft Developer Network (MSDN) Web site: STATUSMicrosoft has confirmed that this is a problem in the Microsoft products that are listed in the "Applies to" section. This problem was first corrected in Microsoft .NET Framework 1.1 Service Pack 1.REFERENCESFor more information, visit the following MSDN Web sites:
For additional information, click the following article number to view the article in the Microsoft Knowledge Base:
824684
Description of the standard terminology that is used to describe Microsoft software updates
Modification Type: | Minor | Last Reviewed: | 10/25/2005 |
---|
Keywords: | kbHotfixServer kbQFE kbNetFrame110sp1fix kbNetFrame110preSP1fix kbForms kbControl kbDataview kbQFE kbfix kbBug KB835405 kbAudDeveloper |
---|
|