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 

Custom selection

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



Joined: 26 Apr 2010
Posts: 12

PostPosted: Fri Apr 30, 2010 3:22 pm    Post subject: Custom selection Reply with quote

Hi,

I like multiple selection very much but in my case with about 1000000 items in the tree I get OutOfMemoryException (because the internal list with selected items becomes huge) when click on the first item, scroll to the last and click with Shift key pressed. Is there a way to customize the selection mechanism? I have an idea to keep selection as ranges where it is possible instead of separate items.

Thank you in advance!
Rado
Back to top
View user's profile Send private message
Infralution



Joined: 28 Feb 2005
Posts: 5027

PostPosted: Fri Apr 30, 2010 11:43 pm    Post subject: Reply with quote

You can handle the SelectionChanging event and calculate the size of the selection from:

Code:
int selectionSize = Math.Abs(e.StartRow.RowIndex - e.EndRow.RowIndex);


Then if the selection is too large you can set e.Cancel (or give the user an opportunity to decide if they want to proceed with the selection).
_________________
Infralution Support
Back to top
View user's profile Send private message Visit poster's website
rnemchev



Joined: 26 Apr 2010
Posts: 12

PostPosted: Sat May 01, 2010 9:56 am    Post subject: Reply with quote

Thank you! This is a good advice.
Back to top
View user's profile Send private message
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