This question is locked. New answers and comments are not allowed.
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
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