Ext.NET icon indicating copy to clipboard operation
Ext.NET copied to clipboard

Ext.Net.BaseControl.LazyMode = Ext.Net.LazyMode.Config is ignored

Open fabriciomurta opened this issue 5 years ago • 0 comments

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.

fabriciomurta avatar Oct 28 '20 19:10 fabriciomurta