Today I updated Xceed Grid for .Net from a significantly older version and a whole lot of code now seems to be broken. Assuming that “control” is Xceed.Grid.GridControl:
foreach (Xceed.Grid.Group group in control.GroupTemplates) …
control.Width = control.Columns.OfType<Xceed.Grid.Column>().Sum(c => c.Width);
no longer compile, presumably because the “list” classes are no longer enumerable. Am I missing something here in the change of versions?
Thanks in advance
Craig
Imported from legacy forums. Posted by Craig (had 1273 views)