Show HTML data in an UltraGrid

Posted by rbf on 10-Jan-2012 09:48

Is it possible to display HTML data in an UltraGrid?

I know you can use an embeddable editor but that seems to work for editing only.

I would like to use the UltraFormattedLinkLabel for display in a grid column.

All Replies

Posted by jquerijero on 20-Mar-2012 16:43

There is an UltraControlContainerEditor that you can use to house other controls.

Posted by rbf on 20-Mar-2012 17:23

Yes I got it working it is actually quite simple. Just associate an UltraFormattedLinkLabel with the EditorControl or EditorComponent of the grid column.

Only catch is not to forget to New() the UltraFormattedLinkLabel

Posted by jquerijero on 20-Mar-2012 17:42

You can always drop control to be embedded on the form just set it's visibility to FALSE.

Posted by rbf on 20-Mar-2012 17:45

I know but I am talking about doing it dynamically.

This thread is closed