Hi there,
I've got a gridtemplatecolumn which gives the following error when I try to use the filter.
ERROR: "is neither a DataColumn nor a DataRelation for table DefaultView. "
The column I am trying to filter is:
Thanks,
I've got a gridtemplatecolumn which gives the following error when I try to use the filter.
ERROR: "is neither a DataColumn nor a DataRelation for table DefaultView. "
The column I am trying to filter is:
| <telerik:GridTemplateColumn HeaderText="Description" EditFormColumnIndex="1" SortExpression="Description" |
| UniqueName="Description"> |
| <ItemTemplate> |
| <%#Eval("Description") %> |
| </ItemTemplate> |
| </telerik:GridTemplateColumn> |
Thanks,