Please do not reply to this email- if you want to comment on the bug, go to the URL shown below and enter your comments there.
Changed by [EMAIL PROTECTED] http://bugzilla.ximian.com/show_bug.cgi?id=77780 --- shadow/77780 2006-03-13 18:30:31.000000000 -0500 +++ shadow/77780.tmp.5157 2006-03-13 18:30:31.000000000 -0500 @@ -0,0 +1,42 @@ +Bug#: 77780 +Product: Mono: Class Libraries +Version: 1.1 +OS: +OS Details: WinXP SP2 and Ubuntu 6.04 +Status: NEW +Resolution: +Severity: +Priority: Blocker +Component: Windows.Forms +AssignedTo: [EMAIL PROTECTED] +ReportedBy: [EMAIL PROTECTED] +QAContact: [EMAIL PROTECTED] +TargetMilestone: --- +URL: +Cc: +Summary: Changing position in a dataset + +Description of Problem: +Binding a TextBox to a Column in a DataSet, when changing position in the +DataSet, the TextBox don't show the new position's value + +Steps to reproduce the problem: +1. Create a DataSet, add a Table and some rows +2. Bind the TextBox, txtName.DataBindings.Add("Text", +ds, "Customers.Name"); +3. Change position in the Table, theForm.BindingContext +[ds, "Customers"].Position ++; + +Actual Results: +Nothing happens, stays on the same Position as before + +Expected Results: +Moving to the next row and display the value in the TextBox + +How often does this happen? +Always + +Additional Information: +Tried with a DataGrid too, clicking in the grid to change position, but +the position wont change, and the textbox is showing nothing. +Works under MS.NET 1.1 _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
