зеркало из https://github.com/mono/mail-archives.git
184 строки
4.7 KiB
HTML
184 строки
4.7 KiB
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
|
|
<HTML>
|
|
<HEAD>
|
|
<TITLE> [Mono-bugs] [Bug 424070] New: Problems with DataGridView
|
|
</TITLE>
|
|
<LINK REL="Index" HREF="index.html" >
|
|
<LINK REL="made" HREF="mailto:mono-bugs%40lists.ximian.com?Subject=%5BMono-bugs%5D%20%5BBug%20424070%5D%20New%3A%20Problems%20with%20DataGridView&In-Reply-To=">
|
|
<META NAME="robots" CONTENT="index,nofollow">
|
|
<META http-equiv="Content-Type" content="text/html; charset=us-ascii">
|
|
<LINK REL="Previous" HREF="078921.html">
|
|
<LINK REL="Next" HREF="078923.html">
|
|
</HEAD>
|
|
<BODY BGCOLOR="#ffffff">
|
|
<H1>[Mono-bugs] [Bug 424070] New: Problems with DataGridView</H1>
|
|
<B>bugzilla_noreply at novell.com</B>
|
|
<A HREF="mailto:mono-bugs%40lists.ximian.com?Subject=%5BMono-bugs%5D%20%5BBug%20424070%5D%20New%3A%20Problems%20with%20DataGridView&In-Reply-To="
|
|
TITLE="[Mono-bugs] [Bug 424070] New: Problems with DataGridView">bugzilla_noreply at novell.com
|
|
</A><BR>
|
|
<I>Sat Sep 6 14:53:14 EDT 2008</I>
|
|
<P><UL>
|
|
<LI>Previous message: <A HREF="078921.html">[Mono-bugs] [Bug 424064] New: [gmcs] Internal Compiler Error when Query Expression Pattern is implemented via instance members
|
|
</A></li>
|
|
<LI>Next message: <A HREF="078923.html">[Mono-bugs] [Bug 424070] Problems with DataGridView
|
|
</A></li>
|
|
<LI> <B>Messages sorted by:</B>
|
|
<a href="date.html#78922">[ date ]</a>
|
|
<a href="thread.html#78922">[ thread ]</a>
|
|
<a href="subject.html#78922">[ subject ]</a>
|
|
<a href="author.html#78922">[ author ]</a>
|
|
</LI>
|
|
</UL>
|
|
<HR>
|
|
<!--beginarticle-->
|
|
<PRE><A HREF="https://bugzilla.novell.com/show_bug.cgi?id=424070">https://bugzilla.novell.com/show_bug.cgi?id=424070</A>
|
|
|
|
User <A HREF="http://lists.ximian.com/mailman/listinfo/mono-bugs">erict at powersoft.ca</A> added comment
|
|
<A HREF="https://bugzilla.novell.com/show_bug.cgi?id=424070#c324894">https://bugzilla.novell.com/show_bug.cgi?id=424070#c324894</A>
|
|
|
|
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: <A HREF="http://lists.ximian.com/mailman/listinfo/mono-bugs">mono-bugs at lists.ximian.com</A>
|
|
ReportedBy: <A HREF="http://lists.ximian.com/mailman/listinfo/mono-bugs">erict at powersoft.ca</A>
|
|
QAContact: <A HREF="http://lists.ximian.com/mailman/listinfo/mono-bugs">mono-bugs at lists.ximian.com</A>
|
|
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: <A HREF="https://bugzilla.novell.com/userprefs.cgi?tab=email">https://bugzilla.novell.com/userprefs.cgi?tab=email</A>
|
|
------- You are receiving this mail because: -------
|
|
You are the QA contact for the bug.
|
|
You are the assignee for the bug.
|
|
</PRE>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!--endarticle-->
|
|
<HR>
|
|
<P><UL>
|
|
<!--threads-->
|
|
<LI>Previous message: <A HREF="078921.html">[Mono-bugs] [Bug 424064] New: [gmcs] Internal Compiler Error when Query Expression Pattern is implemented via instance members
|
|
</A></li>
|
|
<LI>Next message: <A HREF="078923.html">[Mono-bugs] [Bug 424070] Problems with DataGridView
|
|
</A></li>
|
|
<LI> <B>Messages sorted by:</B>
|
|
<a href="date.html#78922">[ date ]</a>
|
|
<a href="thread.html#78922">[ thread ]</a>
|
|
<a href="subject.html#78922">[ subject ]</a>
|
|
<a href="author.html#78922">[ author ]</a>
|
|
</LI>
|
|
</UL>
|
|
|
|
<hr>
|
|
<a href="http://lists.ximian.com/mailman/listinfo/mono-bugs">More information about the mono-bugs
|
|
mailing list</a><br>
|
|
</body></html>
|