The 'Key expression is undefined' error occurs when you use LinqServerModeDataSource / EntityServerModeDataSource
In This Article
#Error Description
This error can occur when the LinqServerModeDataSource / EntityServerModeDataSource data sources cannot automatically recognize the key (unique) column from the TableName or QueryableSource specified at runtime.
#Solution
Do the following to resolve this issue: