Ext.NET
Ext.NET copied to clipboard
Ext.Net.BaseControl.LazyMode = Ext.Net.LazyMode.Config is ignored
Found: 5.2.0 Ext.NET Forums thread: ComponentLoader behavior
If trying to force a component render mode to be as a config object, at least in some components, the LazyMode = LazyMode.Config setting is not considered and it always returns to the default, albeit the enum has a dedicated LazyMode.Default for the "noop" behavior.
At least grid panels' selection models are ignoring this setting, according to the related forum thread.