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 

Add Column with Caption

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



Joined: 13 Nov 2008
Posts: 19

PostPosted: Mon Feb 08, 2010 5:14 pm    Post subject: Add Column with Caption Reply with quote

I have spotted the following doesn't seem to work - the new column has the correct name but it does not have the caption (its empty)? is this property over written on adding the column?
Code:

Column column = new Column {
                                           Name = "NewColumn" + (this.VarTree.Columns.Count + 1),
                                           Caption = "New Column" + (this.VarTree.Columns.Count + 1),
                                           Sortable = false
                                       };
            this.VarTree.Columns.Add(new Column());
Back to top
View user's profile Send private message
Infralution



Joined: 28 Feb 2005
Posts: 5027

PostPosted: Mon Feb 08, 2010 9:39 pm    Post subject: Reply with quote

It took me a little while to see the obvious problem in your code. When you add the column to the tree.Columns collection you are actually creating a new column (instead of passing the column you created previously). The new column doesn't have a caption.
_________________
Infralution Support
Back to top
View user's profile Send private message Visit poster's website
GreyCloud



Joined: 13 Nov 2008
Posts: 19

PostPosted: Wed Feb 10, 2010 11:05 am    Post subject: Reply with quote

Meh good catch! Wink
I dont know how i didnt spot that Embarassed
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