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
1330
Adding an image column to UltraGrid
posted

I require the need to add a column to the UltraGrid that can display an image in it's cells.

The UltraGrid is bound to a data table however the column I need to add is not part of the dataTable.  The column would be entirely fabricated on the front end. 

Also I would need to create this column and add it after the InitializeLayout event has been triggered and I'm not sure how to access the columns in code at this point. 

Any help would be greatly appreciated thank you!