how to access all columns values of the foreign table in Syncfusion Blazor data grid?
detail: I'm using Syncfusion Data Grid. I have the owner table with the column name. There is another table named plan that refers to the owner table with ownerId column as a foreign key. Now I can print the value of the name column from the owner table. But, I cannot print the name of the owner from the third table that refers plan table. how can I do this?