Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
455
WinGrid: Avoiding accessing child objects in single band display layout
posted

Hi,

I have a Wingrid bound to a custom object (the grid is setup as single band only), the custom data object have certain properties which are actually collection of other related objects. When I bind this custom object to the grid, the grid try to read all these collection properties although it does not show the data from these collection properties as grid display is set to single band. My problem with this is as soon as grid first reference these collection properties, it trigger code withing custom object to fill these collections (i.e. these collection properties are null initially and only loaded if client ask for it. some sort of on demand propteries to save time loading the object).

Is there a way using some attribute etc. so that when I mark these properties with the attribute grid does not access them?

Thx