Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
275
.NET 6.0 UltraDataSource & UltraGridLayout missing LoadFromXML and SaveAsXML methods
posted

Upgrading a working project from .NET Framework 4.8 to .NET 6.0 and these lines fail to compile.

The XML methods are just not there.

"SaveAsXML is not a member of UltraGridLayout"

What gives?

Me.udsNextActivities.LoadFromXml(objStream)

...

mobjGrid.DisplayLayout.LoadFromXml(objLayoutStream, PropertyCategories.All And Not PropertyCategories.ValueLists)

...

mobjGrid.DisplayLayout.SaveAsXml(objLayoutStream, PropertyCategories.All And Not PropertyCategories.ValueLists)