This question is locked. New answers and comments are not allowed.
Hello,
I'm implementing a Grid with filtering. Everyone was easy and worked great, except a few of the grid fields crashed. These were calculated fields, not database fields. e.g. FullName was "First Name + ' ' + Last Name". As that is not a true database field, we can't query against it.
How to get around that? Can I bind a grid not to Entities, but to a custom view or stored procedure?
Any help greatly appreciate.
I'm implementing a Grid with filtering. Everyone was easy and worked great, except a few of the grid fields crashed. These were calculated fields, not database fields. e.g. FullName was "First Name + ' ' + Last Name". As that is not a true database field, we can't query against it.
How to get around that? Can I bind a grid not to Entities, but to a custom view or stored procedure?
Any help greatly appreciate.