关于Dev express网格视图运行时错误

时间:2012-03-29 13:03:35

标签: asp.net

Microsoft JScript运行时错误:Sys.WebForms.PageRequestManagerServerErrorException: A field or property with name 'Year' was not found in the selected data source. Possible causes of this error may be the following: an incorrect or case-insensitive spelling of the grid column name; assigning a wrong or not properly initialized data source to the grid

我想在devexpress中将一个数据源绑定到gridview它是第一次加载之后我应用了一些年,月和客户端的更多过滤器然后我将得到此错误表显示数据的问题是什么它不是绑定到网格请告诉我

修改

ASPxGridVendor.DataSource = Nothing
ASPxGridVendor.DataBind() 
ASPxGridVendor.DataSource = Session("DSGrid") 
ASPxGridVendor.DataBind()

2 个答案:

答案 0 :(得分:0)

如果您通过回发来应用过滤器,则需要使用您的数据源再次重新绑定gridview

答案 1 :(得分:0)

听起来好像答案在异常消息中。数据源中不存在“Year”列...