I am using Telerik Radgrid in my Asp.Net Web application. The grid has datasource assigned from asp:EntityDataSource. There is one extra column i have added which is not a part of asp:EntityDataSource but i calculated it on ItemDataBound event of Radgrid. Now when i am trying to sort the grid with the extra column it gives me below exception. please help. i saw many similar kind of question on Stack overflow but its not related. Thanks in advance.
Exception:
'HasChangeReason' is not a member of type 'EMTModel.CarModel' in the currently loaded schemas. Near simple identifier, line 6, column 4.