[Mono-devel-list] [PATCH] Fix "neutral" sorting in DataView

Marc Haisenko haisenko at webport.de
Wed Jul 20 10:27:43 EDT 2005


Hi folks,
this simple patch fixes resetting the sorting to default sorting in a 
DataView. If you set the Sort property to some string and later pass it null, 
it should revert to "no sorting". But unfortunately the old sort string is 
still saved and passed to the DataTable. The attached patch fixes this.
C'ya,
	Marc

PS: Please don't forget my "Fix parsing of sort strings in DataTable" patch 
from Monday ;-)

-- 
Marc Haisenko
Systemspezialist
Webport IT-Services GmbH
mailto: haisenko at webport.de
-------------- next part --------------
A non-text attachment was scrubbed...
Name: DataView.cs.NeutralSorting.patch
Type: text/x-diff
Size: 506 bytes
Desc: not available
Url : http://lists.ximian.com/pipermail/mono-devel-list/attachments/20050720/64ea1228/attachment.bin 


More information about the Mono-devel-list mailing list