score:1
Accepted answer
you could use hierarchical datatemplate
hth
Source: stackoverflow.com
Related Query
- Entity Framework - Binding WPF Tree view control
- Binding query to datagrid with WPF and Entity Framework
- c# WPF bind combobox to TPH in Entity Framework code first using LINQ
- Entity Framework 6 Code First Custom Functions
- Dynamic linq query expression tree for sql IN clause using Entity framework
- Avoiding repeated projection code in Entity Framework
- How can I view the Entity Framework LINQ query plan cache?
- Forcing Entity Framework to not generate NCLOB's when building Linq-to-Sql Code (Model First)
- Ordering Entity Framework items and child items for MVC view
- Entity Framework Code First without app.config
- Entity Framework Code First using context in Controller
- many to many mapping in entity framework code first
- How to Create a Run-Time Computed (NotMapped) Value in Entity Framework Code First
- TreeView and Entity Framework binding
- updating data in many-to-many relationship in entity framework in code first existing database
- Select category tree in Entity Framework
- Entity Framework Code First String Comparison with Oracle Db
- SQL subquery result in LINQ and Entity Framework Code First
- Build a nested lambda Expression Tree for an Entity Framework Many to Many relationship?
- most efficient Entity Framework Code First method of flattening / projecting parent entity with specific child
- Entity Framework Code First - Get blog posts which have certain tags
- How to Query Icollections of Entity Framework Code First Data
- Entity Framework code first - Many to Many - Include conditional
- Entity Framework (5) View parameters passed to generated SQL
- Mapping View to Entity using EF 5 Code First
- Entity Framework Core: Custom Linq methods for querying view models from DbContext
- Entity Framework Code First ToList method timing out on SQL Azure
- Entity Framework Insert In Code
- How to make a property unique in Entity Framework Code First
- How to add ListView Items via Binding by Entity Framework / Linq
More Query from same tag
- Linq to SQL over zealous serialization
- Linq to sql query for check the usernames exists in table?
- "Time Clock" calculation in C#?
- How can I transform a DataTable in a group-by date DataTable with LINQ?
- Select column based on input enum parameter
- Linq SelectMany query
- How to do left joins in LINQ on multiple fields in single join
- Need Left Outer Join in LINQ using Extension Method /Query Syntax
- LINQ to group by certain values to form a tree
- how to remove Xelement without its children node using LINQ?
- List is null when checking for two conditions in where clause with boolean datatype in Linq
- Sort/Order an Undetermined Number of Columns (LINQ\Entity Framework)
- LINQ to Json data retrieval from polymorphic json
- Joining two tables with if-statements of what to present
- sorting and filtering in datagridview where data is from stored procedure
- Is Linq to WCF OData good for complex queries
- Grouping, adding up then sorting with linq
- Order by names starting by searched string alphabetically LINQ
- How to select an entity from database based on nested list item match?
- How to find duplicates in a List<T> quickly, and update the original collection
- ICollection<T> calculate average per hour using LINQ
- Cassandra C# driver: Linq table queries returning data from first keyspace after changing keyspace on session
- C# LINQ Query - Group By
- Linq - Create a set-length list with default values where empty
- Select Filtered with LINQ and EF
- Using Distinct() for filtering duplicated records in Linq
- linq to sql list with selected column in Restful service
- LINQ method, which Dynamically ordering data by column name I send
- query problem with linq: Unable to cast object
- Group and filter from list of objects c#