I have a CsvReader class that populates a DataTable from a csv formatted file. The file has no headers, the basic layout of the csv file is
1231,13213,1421,12414 (Obviously fake data)
I'm having trouble trying to figure out how I take this information and create a hierarchy in my RadGrid. The first value in the row is my parent and the other values are the children.
I've been trying to follow along the tutorials and demo's but for some reason it is not clicking.
1231,13213,1421,12414 (Obviously fake data)
I'm having trouble trying to figure out how I take this information and create a hierarchy in my RadGrid. The first value in the row is my parent and the other values are the children.
I've been trying to follow along the tutorials and demo's but for some reason it is not clicking.