This question is locked. New answers and comments are not allowed.
I have a RadGridView that has no columns defined in XAML, AutoGenerateColumns="False" and in the grid's Loaded event I call a WCF service to get information about the columns that the gris must display. So in the WCF Service's 'Completed' handler I am adding one column to the grid, all hardcoded, not using the data from the service yet. If in the XAML I have CanUserFreezeColumns="False" the column header does not show up. If I take out the CanUserFreezeColumns attribute, the header does show up but completely off to the right, not aligned with the column itself. My grid also has a HierarchyChildTemplate and I expand the first row programmatically on the grid's DataLoaded event handler.
Has anyone seen this? Is it a bug?
Thanks in advance,
-OmarV
Has anyone seen this? Is it a bug?
Thanks in advance,
-OmarV