Hi,
Does the Winform Telerik Grid Supports displaying hierachial data from object collection.
I can give you a simple example in our application we have a Customer class which has Firstname and Surname and a List of Address details. The Address is a separate class which have properties like Town,Postcode and all
Customer
{
string FirstName;
string Surname;
List<Address> Addresses;
}
the requirement is to display the customer forename and surname only in the main row and the list of address in the child table.
Does the winform grid supports displaying the above scenario?
Does the Winform Telerik Grid Supports displaying hierachial data from object collection.
I can give you a simple example in our application we have a Customer class which has Firstname and Surname and a List of Address details. The Address is a separate class which have properties like Town,Postcode and all
Customer
{
string FirstName;
string Surname;
List<Address> Addresses;
}
the requirement is to display the customer forename and surname only in the main row and the list of address in the child table.
Does the winform grid supports displaying the above scenario?