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

this.GetCmp<Store>("SomeStoreID") does not work.

Open fabriciomurta opened this issue 5 years ago • 0 comments

Found: 7.2.0.

We are unable to fetch a reference of a store from code behind to attach event scripts (like Store.CommitChanges()) because this.GetCmp<Store> is not valid, for the type Ext.Net.Store not being related to the Ext.Net.Core.IExtComponent interface.

Perhaps this.GetCmp<TComponent> should instead have TComponent as IObservable, not IExtComponent.

This issue was found while trying to implement the example for Ext.NET forums' thread GridPanel editing.

fabriciomurta avatar Dec 23 '20 18:12 fabriciomurta