-
rithesh
5
posts
Member since:
Apr 2009
Posted 23 Jan 2013
Link to this post
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
-
-
rithesh
5
posts
Member since:
Apr 2009
Posted 28 Jan 2013
Link to this post
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
-
-
Posted 28 Jan 2013
Link to this post
Hi,
Maybe the control you are looking for is RadTreeListView. More information you can find
here.
Greetings,
Rossen Hristov
the Telerik team
-
-
rithesh
5
posts
Member since:
Apr 2009
Posted 28 Jan 2013
Link to this post
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
-