I use an Infragistics UltraTree in a Winforms application as a treelist (outlook mode). The problem with the outlook mode is, that it is not possible to have node checkboxes. So my workaround is, to use a own column for the checkboxes.
My question is now, how can I achive, that there are only checkboxes in specific cells of this column (for example only in cells , which belongs to tree level 2)?
also check http://es.infragistics.com/community/forums/p/86153/429757.aspx#429757
Hi
My only condition is "if first level then checkbox else empty cell"
Hello emoreau,
How would you like to achieve that - on some condition or?
I guess that you have a WinTree control, so would you please tell me how is it setup?
I would like to eventually create a sample project based on your exact requirements.
I will be waiting for your feedback.
Is that code available somewhere? I need to do exactly that (showing checkboxes only on some rows) but can't acheive it.
Hello,
I believe that this topic has already been discussed in the following forum thread:
Re: Binding a check-box for Infragistics.Win.UltraWinTree.UltraTree to a data-source.