xtratreelist

How can I disable end user sorting of the XtraTreeList?

I am displaying a fixed sequence in the tree list along with some values and clicking on the header will sort it by the value in the column that belongs to the header. I haven't found any obvious property of the XtraTreeList that would disallow this sorting. ...

DevExpress TreeList - Show the tree outline in a column that is not the first

I am using the DevExpress TreeList in a .NET WinForms application to show hierarchical data. The outline column (the one with the indents and the plus/minus buttons) is currently always the first column, even if the user moves columns around. Is there any way to use a different column for this purpose? Thanks in advance! ...

How to prevent editors from closing when background processing updates XtraTreeList Node?

I'm using the DevExpress Xtra TreeList control to display a hierarchical set of questions and responses - think of a complex survey form, containing sections, subsections and a variety of questions. The form is working in unbound mode, with no dataset nor any databinding. As a part of the information displayed for each question, some ...

DevExpress XtraTreeList

Is there a way to set a selected/focused Row Appearance so that it makes the row only bordered (no background color changes, border color red) ? ...

how to add checkbox control in DevExpress XtraTree List

Hai, Am using DevExpress Tree List in C#.NET application .I want to add checkbox control in DevExpress XtraTree List.Please help Thank you. ...

how to do select event in DevExpress XtraTree List

Hai, Am using DevExpress Tree List in C#.NET application .I want to know about how to trigger select event of checkbox control in DevExpress XtraTree List. example: I'm using a treelist extra editors devexpress. The columns are loading from database and contain check boxes.when checked a check box and press an edit button i want to ...

How to traverse the nodes for a DevExpress.XtraTreeList.TreeList

I am trying to traverse the nodes of the DevExpress.XtraTreeList.TreeList and it isn't working. Basically all I have is the caption and value of the node I want to look for. Is there a simple way I can find it. After it is found I am just moving the focus to the new node and I already know how to do that if I have the proper index. Tha...

How to create a tree list using xtratreelist

hii, I am using XtraTreelist.in this i have created a unbound treelist.Now i have to add a button in that form and when we click the button a new root should be added. and by using another button i have to add the child.. help me please... ...