This is a migrated thread and some comments may be shown as answers.

Parent Child Rows in Silverlight Radgridview

3 Answers 54 Views
GridView
This is a migrated thread and some comments may be shown as answers.
rithesh
Top achievements
Rank 2
rithesh asked on 24 Jan 2013, 05:46 AM
Hello Telerik,

Is it possible to have the radgrid view rows displayed in parent child format?. My requirement is as follows:

Raw Table Data
-----------------------------
EmpCode Empname   Designation       Manager

E1 Andy            Manager      
A1                   Chris            Sales Person     E1
A2                   John             Receptionist       E1


When these records are viewed in radgrid view, i wish to have it displayed as below:

Initial Display Format
-----------------------------
EmpCode Empname   Designation       Manager
+ E1 Andy            Manager      

Upon clicking the + (expand button left to the empcode), the grid view should display the contents as below:
EmpCode Empname   Designation       Manager
- E1 Andy            Manager      
  A1                   Chris            Sales Person     E1
  A2                   John             Receptionist       E1

Is this possible to be achieved in silverlight 4 - radgridview?

Thanks and regards,

Rithesh Krishnan




 

3 Answers, 1 is accepted

Sort by
0
rithesh
Top achievements
Rank 2
answered on 28 Jan 2013, 10:42 AM
Team Telerik,

If you do not wish to answer in detail, please let me know as an yes or no whether this is possible or not. This is very crucial to me as i need to achieve this at any cost.

Regards

Rithesh Krishnan
0
Rossen Hristov
Telerik team
answered on 28 Jan 2013, 10:47 AM
Hi,

Maybe the control you are looking for is RadTreeListView. More information you can find here.

Greetings,
Rossen Hristov
the Telerik team

Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.

0
rithesh
Top achievements
Rank 2
answered on 28 Jan 2013, 11:50 AM
Hi,

Thanks for the reply. I am not getting convinced that i can use this control for my requirement. But yes, the formation of data is the same as i need, in the tree list view. But as you could see my example, is it possible to get the same tree list view using one table.

Rithesh Krishnan
Tags
GridView
Asked by
rithesh
Top achievements
Rank 2
Answers by
rithesh
Top achievements
Rank 2
Rossen Hristov
Telerik team
Share this question
or