Getting Data from a Foreign Key View into a DataGrid

I am attempting to add Part Class And Part Class Description to the List view in Purchase Order Change Suggestion Entry.


I've got a Foreign Key View working on the Detail tab but can't figure out how to quickly populate two new datacolumns (created via C#) in the List view.


Populating the columns via BOReader or SearchFunction.Listlookup takes too long.


Is there any another way to do this?


Thanks.


Steve