[Mono-bugs] [Bug 424070] New: Problems with DataGridView

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Sat Sep 6 14:53:14 EDT 2008


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

User erict at powersoft.ca added comment
https://bugzilla.novell.com/show_bug.cgi?id=424070#c324894

           Summary: Problems with DataGridView
           Product: Mono: Class Libraries
           Version: 1.9
          Platform: Other
        OS/Version: Linux
            Status: NEW
          Severity: Major
          Priority: P5 - None
         Component: Windows.Forms
        AssignedTo: mono-bugs at lists.ximian.com
        ReportedBy: erict at powersoft.ca
         QAContact: mono-bugs at lists.ximian.com
          Found By: Customer


DataGridView has a number of problems:
1) row/column resize doesn't work. Cursor doesn't change and border can't be
moved (also columns can't be sorted). This part has been covered by bug#324894
2) Double-clicking on header aborts program (happens if datagridview displays
MySQL data)
3) The header should not scroll out of view, but stay visible as header
4) With EditMode set to EditProgrammatically and SelectionMode = FullRowSelect
I should not be able to highlight a single cell, only a single row (happens if
datagridview displays MySQL data)
5) A long field isn't truncated with ..., but instead bleeds beyond the edge of
the grid
6) The DataGridViewColumn.Visible flag doesn't work
7) The scrollbar scaling doesn't work, and it's not possible to see or select
the bottom few rows.


Steps to reproduce the problem:
See attached sources, created with VS2008SP1.

Actual Results:


Expected Results:


How often does this happen? 
consistent.

Additional Information:


-- 
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