[Mono-bugs] [Bug 425849] New: Wrong sort on "int" DataGridView column

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Fri Sep 12 09:20:50 EDT 2008


https://bugzilla.novell.com/show_bug.cgi?id=425849


           Summary: Wrong sort on "int" DataGridView column
           Product: Mono: Class Libraries
           Version: unspecified
          Platform: x86
        OS/Version: RHEL 5
            Status: NEW
          Severity: Normal
          Priority: P5 - None
         Component: Windows.Forms
        AssignedTo: mono-bugs at lists.ximian.com
        ReportedBy: benoit.lelandais at cea.fr
         QAContact: mono-bugs at lists.ximian.com
          Found By: Other


1. Build a DataGridView containing a column of value type "int"
2. Add 3 rows with values "1", "10" and "2".
3. Sort the column. The result is "1", "10", "2" instead of "1", "2", "10"
(result on windows)


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the mono-bugs mailing list