Ext.NET
Ext.NET copied to clipboard
this.GetCmp<Store>("SomeStoreID") does not work.
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.