2016-04-20 67 views

回答

0

猜測您正在使用Grid.MVC。我檢出了this頁面。您應該只通過.Filterable(true)方法中的bool。

+0

感謝它的工作,但現在即時獲取在EntityFramework.SqlServer.dll中發生了類型'System.Data.Entity.Core.EntityException'的異常,但未在用戶代碼中處理錯誤 – omid

+0

爲此,我們需要查看代碼發生錯誤的地方... – SamGhatak

+0

public ActionResult AppsDropdownRead([DataSourceRequest] DataSourceRequest request) { IEnumerable dataSource = this.appService.GetApps(string.Empty); return this.Json(dataSource.ToDataSourceResult(request),JsonRequestBehavior.AllowGet); }作爲回報im gettring的豁免 – omid

相關問題