<GridForeignColumn Field=@nameof(User.CompanyId) HeaderText="Company" ForeignKeyValue="Name" ForeignKeyField="Id" ForeignDataSource="@_companies" Width="150"></GridForeignColumn>
That did the trick. Thanks. It would also be helpful if there was a reference to this when one wants to use EF Include statements so that your users don't get frustrated that the grid cannot use user.comapny.name, which to me would be an intuitive way for it to work.
Richard