[Mono-bugs] [Bug 672050] Inconsistency - Data binding to the empty datatable

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Thu Mar 24 09:56:45 EDT 2011


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

https://bugzilla.novell.com/show_bug.cgi?id=672050#c1


Avior Computing <jmilillo at aviorcomputing.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jmilillo at aviorcomputing.com

--- Comment #1 from Avior Computing <jmilillo at aviorcomputing.com> 2011-03-24 13:56:44 UTC ---
I am seeing the same problem.  Using Telerik 3.5, works in .Net (shows empty
table), fails with Mono 2.8.x and 2.10 (show's error mentioned by original
poster).

We have patched our system by changing CopyToDataTable in
DataTableExtensions.cs as follows:

if (!e.MoveNext())
  //throw new InvalidOperationException ("The source contains no DataRows");
  return dt;

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