Is it possible to lazily load children in this winforms grid control?
I will have a very large dataset and it can be several children deep. I'd like to only load the top level, then dynamically load any children when the user expands a node (and this will continue if there any further children).
Is this possible and if so could anyone provide me with an example or a method?
Thanks
M