Posts

Showing posts with the label xtratreelist

Add Values to a Row of TreeList of DevExpress

Add Values to a Row of TreeList of DevExpress I am creating an application and used a TreeList of DevExpress. Currently, I am the one who created the nodes of TreeList in the node editor and planned that all data will be read or transferred in my TreeList by adding it to the specified column. How could I achieve this? Here is my code tbl.Rows.Add(4, 4, 10 ); tbl.Rows.Add(5, 5, 30); but it doesn't work at all. I'm just getting an exception. What exception does it give you..? we are not mind readers here – MethodMan Mar 19 '13 at 17:33 Hav you checked out DevExpress ? – Jens Kloster Mar 19 '13 at 17:37 Why don't you contact DX directly? ...