zgcgwin

Results 1 comments of zgcgwin

Yes, it is related to Ext.NET Classic 7.0. ```csharp 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),...