[Mono-bugs] [Bug 456527] Mono DataGridView not is selecting the rows!
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Thu Dec 4 14:32:23 EST 2008
https://bugzilla.novell.com/show_bug.cgi?id=456527
User rodrigosilvabrito at hotmail.com added comment
https://bugzilla.novell.com/show_bug.cgi?id=456527#c1
--- Comment #1 from Rodrigo Brito <rodrigosilvabrito at hotmail.com> 2008-12-04 12:32:21 MST ---
Actual Results:
dgvList.Rows[i].Selected = true; Not is selecting the rows
dgvList.CurrentCell = dgvList.Rows[i].Cells[0]; Not is selecting the cells
Expected Results:
Is expected --> this.dgvList.Rows[i].Selected = true; Select the rows
Is expected --> dgvList.CurrentCell = dgvList.Rows[i].Cells[0]; Select the
cell and update DataBoundItem for get CurrenEntity
--
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