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
490
Adding a bound column to an UltraGrid at runtime
posted

Is it possible to add a bound column to an UltraGrid at runtime?  I am displaying a class (Class A) in the grid which has another class (Class B) as one of its properties.  The properties of Class B are not showing up as columns.  I would like to add the properties of Class B on the fly.  I have been able to do this in an unbound manner, but I need the data to come in.  What is the best way to add all of the properties of Class B as columns in the grid?

 

Thanks,

Steve