extnet / Ext.NET

35 stars 41 forks source link

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

Open fabriciomurta opened 3 years ago

fabriciomurta commented 3 years ago

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.