Originally posted by f3rland
Yes but I tried to include them as properties to master object too without any performance improvement. |
I'm not sure I know what you mean by that, since the related objects would already be represented by relation properties generated by the Object Mapper. But in any case, the most common cause of per performance in grid loading is that the related entities haven't been preloaded before you connect the EntityList to the grid. In that circumstances, populating each row of the grid requires one or more additional calls out to the data source to retrieve the related data.
Here's an article that describes the problem and the solution in detail:
http://www.ideablade.com/DevForceClassic/TechTips/techtip_turbocharge_your_data_grid.htm
Let me know if that's not your problem.