Ext.NET
Ext.NET copied to clipboard
absent: StoreResult type and extension method "Store" of Controller
Hi @zgcgwin. Thanks for submitting the issue.
Can you provide a code sample demonstrating the expected result? Is this related to Ext.NET Classic 7.0?
Yes, it is related to Ext.NET Classic 7.0.
public IActionResult Load(FormCollection formData)
{
var ic = ConfigIC(InstancesGrid.ItemTypeId, formData);
LoadIC(ic);
var total = ic.IsPagination ? (int)ic.Pagination.RowCount : ic.Count();
return this.Store(GetDataByIC(ic), total);
}
I can handler store`s load data request like above code from previous ext.net mvc version。
Thanks for the sample. We will investigate right away.