Tagged Questions
The XtraTreeList Suite is a comprehensive WinForms TreeView and ListView control by DevExpress.
2
votes
1answer
125 views
XtraTreeList - How can I reset the value of Unbound Boolean Cell to Indeterminate?
I have an XtraTreeList with an UnboundColumn of type Boolean, i.e.:
column.UnboundType = DevExpress.XtraTreeList.Data.UnboundColumnType.Boolean;
Initially, all CheckEdits are displayed 'grayed', in ...
2
votes
1answer
1k views
DevExpress XtraTreeList set focused Row Appearance to only show background color change
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) ?
1
vote
1answer
51 views
Is there any event which Fires when observes that a node from TreeList had the check mark checked from code?
I have a part of code which analyzes a list with checked nodes ID's, and checks into the a TreeList existing ID's. (I'm using a XtraTreeList control)
I want to calculate amount for each checked node, ...
1
vote
3answers
284 views
XtraTreeList - How can I set the value of a CheckEdit cell?
I am using the DevExpress WinForms XtraTreeList control, and have several columns which contain a Check Box, i.e. I have set the ColumnEdit property of the Columns to a RepositoryCheckEdit.
How can I ...
1
vote
0answers
311 views
DevExpress DragDrop in treelist throws HRESULT 800ac472
I observed that, when I drag and drop from parent node to its child node(which technically should not be allowed in a treeview), throws HRESULT 800ac472 exception. It won't even go to AfterDragDrop ...
1
vote
2answers
390 views
how to get parent node index when parent node is inserted at runtime in treelist?
I've added parent node at runtime as
TreeListNode parentNode1 = treeList1.AppendNode(new object[] { "BuiltIn Groups"}, null);
But now i want to insert child node under particular parent node. In my ...
1
vote
1answer
331 views
binding data to the treelist control
I'm having one table which contains the field as "IsBulitIn" & which is of bit type. Depending on the field value i filtered my table & i got to set of data . I used dataview for each type of ...
1
vote
1answer
391 views
how to give the chance to update or rename the treelist node at the time of inserting?
I'm using xtratreelist control from the DevExpress. I'm creating child node when user clicks on the parent node. And that time it adds the default named child node. But i want to show the cursor at ...
1
vote
1answer
298 views
Showing Editors on click of a node in Xtratreelist
I am using the latest version of DevExpress XtratreeList and have a requirement of showing editors on click of each node on the tree. Please see this screenshot ...
1
vote
2answers
413 views
How to change font for concrete TreeListNode?
I need to change font for TreeListNode item in XtraTreeList
For standart TreeViewNode there is Font property.
1
vote
1answer
326 views
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.
...
0
votes
1answer
44 views
How to connection two tables(master-detail) in devexpress treelist?
I have two tables:Department and User.The department is a tree-style structure with the field PDeptID and DeptID(it's key),So I put it into the XtraTreeList component.
The User table linked to ...
0
votes
1answer
135 views
XtraTreeList CheckEdit Set Value?
I am using the DevExpress TreeList control, and have several columns which contain a Check Box, i.e. I have set the ColumnEdit property to a RepositoryCheckEdit.
How can I programatically set the ...
0
votes
0answers
62 views
Disable Icon on DragDrop DevEx Xtratreelist
I am using DevEx XTra TreeList. While doing DragDrop I see yellow, blue arrow Icons. How do I disable one of these icons ? I am using C#.
0
votes
0answers
168 views
How to make xtratreelist's particular node readonly?
I'm having one xtratreelist control in my Form. And i'm setting datasource property of xtratreelist in Form's Load() event. Table having one field as bit. When i'm showing loaded data to xtratreelist ...
0
votes
1answer
116 views
Show Grid in XtraTreeList on a specified Node
How do I show XtraGrid Control in XtraTreeList on specific Node during TreeBuilding ?
0
votes
0answers
26 views
XTraTreeList DevExpress getcolumnid
Is it possible to get ColumnID from which DrgDrop has initiated in XTraTreeList ?
0
votes
1answer
251 views
How to get access to the object bound to node in DevExpress XtraTreeList?
I have created an XtraTreeList control that is bound to my bindingSource and it uses a list of custom objects. The MultiSelect property is set to true, so when the user selects multiple nodes I want ...
0
votes
2answers
687 views
DevExpress TreeView add fold then highlight and focus row in edit mode
In my treeview, after adding a fold, I want that row to be highlghted and in edit mode. So that user can enter name for new folder. I am able to focus the node but not set the row in edit mode.
0
votes
2answers
461 views
XtraTreeList DevExpress
I am using treelist.OptionsView.ShowCheckBoxes = true; but that shows checkbox on all nodes. I want only child nodes to show CheckBox and not parent node. Any way to implement it ?
0
votes
2answers
401 views
DevExpress XtraTreeList Disable Node Editing
I want to disable Editing of all nodes of my tree. Any such property apart from a property that allows you to individually set Editing based on cell value ?
0
votes
1answer
340 views
How to bind a node in Xtratreelist to a Xtragrid in DevExpress
I want to bind every node of a tree to a xtragrid like in the image attached. At this time i have a usercontrolpanel which has the Xtragrid and i am planning to show the usercontrol panel on the form ...
0
votes
1answer
524 views
DevExpress XtraTreeList DragDrop
I am looking for a tutorial to build Drag-Drop of Node inside same treeist with DevExpress XtraTreeList.
0
votes
2answers
609 views
Problem with image column in XtraTreeList
I use XtraTreeList control.
There are 2 columns: first for text and second for icon
Problem : I can't change default icon (zero index in corresponding imagelist). There are 3 images in imagelist.
...
0
votes
1answer
641 views
Devexpress Xtratreelist - Problem with focusing node that is invisible
I have devexpress xtralist on window form. Now when that tree becomes full that is some nodes are not visible there on tree.
And if we scroll manually then that invisible nodes will be visible, but ...
0
votes
1answer
221 views
XtraTreelist selection issue, mutliple unexpected events triggered
I have a treelist with check boxes for selection.
I have attached an event attached for this list which triggers when the datasourse or any value changed.
When i click on the checkbox the event ...
0
votes
1answer
197 views
DevEx TreeList Two editors in one column
I'm using DevExpress 8 Winform TreeList control for my UI,
I need my first column to be 2 editors at once:
One is the default TextEdit,
The other is a check box..
I tried to search for this in the ...
0
votes
2answers
309 views
XtraTreelist: Operation is not valid due to the current state of the object - DragDrop
I have an xtraTreeList with both keyFieldName and ParentFieldName are set
in some cases while dragDrop nodes to each other i got the exception as a messageBox "Operation is not valid due to the ...
0
votes
2answers
639 views
Change TreeListNode Index (Position) in DevExpree TreeList Control
I'm using DevExpree XtraTreeList Control, I want to randomly Set one of the first levels nodes to be the first node in the Tree, nothing helpful shown in the TreeList Control's Methods nor in the ...
0
votes
1answer
409 views
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 ...
0
votes
2answers
1k views
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 ...
0
votes
1answer
557 views
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 ...
0
votes
2answers
1k views
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.
0
votes
1answer
1k views
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 ...
0
votes
2answers
635 views
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 ...
-2
votes
1answer
50 views
alternative to XtraTreeList for vb6
I'm looking for a advanced treeview component for vb6.
Is there any better alternative to XtraTreeList of DevExpress?
Thanks