Hi
I used from Hierarchy grid.how can i resize width of child grid .
i can resize height of cells of child grid with this code
void radGridView1_ChildViewExpanded(object sender, ChildViewExpandedEventArgs e) { e.ChildRow.Height = 300; }
but cant change width of child grid.In normal width of child grid is same with parent grid