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
45
How to add a Grid inside a grid?
posted

Is there anyway we can dynamically populate a win grid inside  another win grid

 

Parents
  • 469350
    Verified Answer
    Offline posted

    You could do this using the new UltraControlContainerEditor component. You would have to have a grid cell that contained a value that can be used as the DataSource of another grid. So your column's data type could be an IList or a IBindingList.

    However, I'm not sure it's a good idea.. This could cause a performance problem to have so many grids inside cells constantly painting.

Reply Children