Hi,
I use a custom save/load layout of a RadGridView... Basically I save/load column and grid properties as an xml file in a database.
My problem is that when I load and set the Group By Expressions, the group panel appears over the column headers. If I resize the form or fill the grid with data, the group panel takes its proper position above the column headers.
Furthermore, the UpdateGroupPanel() seems to be missing from the grid as a method. Instead, it appears as an obsolete method of MasterGridViewTemplate.
I do use SuspendLayout() and ResumeLayout() befaore and after the loading.
How can I get around this? If the UpdateGroupPanel has to be used by the owner grid, where is this method in Q2 2008 SP1?
I use a custom save/load layout of a RadGridView... Basically I save/load column and grid properties as an xml file in a database.
My problem is that when I load and set the Group By Expressions, the group panel appears over the column headers. If I resize the form or fill the grid with data, the group panel takes its proper position above the column headers.
Furthermore, the UpdateGroupPanel() seems to be missing from the grid as a method. Instead, it appears as an obsolete method of MasterGridViewTemplate.
How can I get around this? If the UpdateGroupPanel has to be used by the owner grid, where is this method in Q2 2008 SP1?