Microsoft JScript runtime error: 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.
first time the page is loading the output is coming
when i apply filters
second time it is given the error but the table data is loaded successfully the problem is it is not bind to the grid
suribabuk
Member
2 Points
42 Posts
devexpress gridview runtime error
Mar 30, 2012 10:14 AM|LINK
Microsoft JScript runtime error: 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.
first time the page is loading the output is coming
when i apply filters
second time it is given the error but the table data is loaded successfully the problem is it is not bind to the grid
Ken Tucker
All-Star
16797 Points
2608 Posts
MVP
Re: devexpress gridview runtime error
Mar 30, 2012 10:40 AM|LINK
You should probably ask this in the DevExpress fourms
http://community.devexpress.com/forums/190.aspx
It does sound like you added a column to the GridView that is not in the Data source.
Space Coast .Net User Group