Hi,
I need to have different hierarchy levels to individual row of Rad Gid view in my winform application.
Like-
A
B
:..X
C
:..Y
:..Z
As shown above A,B,C are the Rows of same Rad Grid view but all having different hierarchy Levels
A does not have any hierarchy .
B is having one child gird named X.
C is having one child grid name Y and every row of Y having one child grid Z.
I am having 3 buttons in my application 1,2,3.
on button click 1 i want to add A type row to Rad grid.
on button click 2 i want to add B type row to Rad grid.
on button click 3 i want to add C type row to Rad grid.
How to perform this Operation with Rad Gid for Winfoms in Visual Studio 2008 (Dot Net Framework 3.5) Sp1
in C# .net
Regards
Gaurav
I need to have different hierarchy levels to individual row of Rad Gid view in my winform application.
Like-
A
B
:..X
C
:..Y
:..Z
As shown above A,B,C are the Rows of same Rad Grid view but all having different hierarchy Levels
A does not have any hierarchy .
B is having one child gird named X.
C is having one child grid name Y and every row of Y having one child grid Z.
I am having 3 buttons in my application 1,2,3.
on button click 1 i want to add A type row to Rad grid.
on button click 2 i want to add B type row to Rad grid.
on button click 3 i want to add C type row to Rad grid.
How to perform this Operation with Rad Gid for Winfoms in Visual Studio 2008 (Dot Net Framework 3.5) Sp1
in C# .net
Regards
Gaurav