Infralution Support Forum Index Infralution Support
Support groups for Infralution products
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Version 2.5.4 Released

 
Post new topic   Reply to topic    Infralution Support Forum Index -> Virtual Tree Support
View previous topic :: View next topic  
Author Message
Infralution



Joined: 28 Feb 2005
Posts: 5027

PostPosted: Sun May 21, 2006 11:57 pm    Post subject: Version 2.5.4 Released Reply with quote

Version 2.5.4 of Virtual Tree has now been released. This release addresses issues relating to binding to .NET 2.0 Data Sets.

The DataSet binding mechanism so that the data items the tree binds to are the underlying DataRows (instead of DataRowView objects). This change is necessary to address issues arising from the changes made by Microsoft to the DataRowView class in .NET 2.0 which mean that the underlying DataRow for a DataRowView object may change when the view sort order is changed. This meant that Virtual Tree was unable to properly preserve selection, row expansion and other row attributes when the view sort order changed.

IMPORTANT: This change affects client application code that deals with selected items as DataRowView objects. This will need to be recoded to use DataRow objects directly. In general this makes application coding simpler. See the DataSet Browser sample project for an example of the new usage.

See the Release Notes for full details.
_________________
Infralution Support


Last edited by Infralution on Wed Jun 28, 2006 7:28 am; edited 1 time in total
Back to top
View user's profile Send private message Visit poster's website
flc.net



Joined: 21 Jun 2005
Posts: 89
Location: Switzerland

PostPosted: Mon May 29, 2006 7:26 am    Post subject: Re: Version 2.5.4 Released Reply with quote

Infralution wrote:

IMPORTANT: This change affects client application code that deals with selected items as DataRowView objects. This will need to be recoded to use DataRow objects directly. In general this makes application coding simpler. See the DataSet Browser sample project for an example of the new usage.


Hello Support

This change also affects the client application written in .net 1.1 or just the .net 2.o apps?

Thanks and best regards
Giuseppe
Back to top
View user's profile Send private message
Infralution



Joined: 28 Feb 2005
Posts: 5027

PostPosted: Mon May 29, 2006 7:55 am    Post subject: Reply with quote

This change affects both .NET 1.1 and 2.0 applications that use Dataset bindings. The changes required are fairly straightforward - where you were dealing with DataRowView objects you now get/use DataRow objects directly.
_________________
Infralution Support
Back to top
View user's profile Send private message Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic    Infralution Support Forum Index -> Virtual Tree Support All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group