Hello,
I have a page that consists of a Splitter control (vertical split). On the left hand side is a RadGrid. When you click on a row on that grid, it then loads the right hand side of the splitter.
On the right hand side is a bunch of information pertaining to the row clicked on the left hand side. We group information in the right side using 'Sections'. Within sections, grids can be contained.
My problem is that the grid width exceeds the sections width. How can I get the Grid to resize so that I will not have a horizontal scrollbar?
I have a page that consists of a Splitter control (vertical split). On the left hand side is a RadGrid. When you click on a row on that grid, it then loads the right hand side of the splitter.
On the right hand side is a bunch of information pertaining to the row clicked on the left hand side. We group information in the right side using 'Sections'. Within sections, grids can be contained.
My problem is that the grid width exceeds the sections width. How can I get the Grid to resize so that I will not have a horizontal scrollbar?