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

deprecated: ext-model's Associations block.

Open fabriciomurta opened this issue 5 years ago • 0 comments

Found: Ext.NET 7.0.0-preview4_2020-07-13.

Documentation: Ext.data.Model.association - Ext JS 7.2.0 docs

Ext JS 7.2.0 documentation claims this feature has been deprecated since Ext JS 6.2.0, so this probably should not be exported by Ext.NET 7 code at all, for likely breaking changes are coming ahead for whom uses this feature.

This is related to #1792; so that if this functionality is deprecated and no longer used, that issue should be updated to suggest using the new syntax in Ext JS since 6.2.0.

WebForms examples matching Associations

  1. Associations > HasMany > Lazy_Load
  2. Associations > HasMany > Lazy_Load
  3. Associations > HasMany > Nested_Loading
  4. Associations > HasMany > Simple
  5. Associations > HasOne > Simple
  6. Associations > HasOne > Simple_Lazy_Load
  7. Data_Binding > Basic > Associations

fabriciomurta avatar Jul 15 '20 00:07 fabriciomurta