Images in Infragistics UltraGrid?

T

Twistfactory

Hello,

I'm trying to add an image to a cell in every row of an UltraGrid.
I've tried this in the InitializeLayout event as well as a few other
random functions and it doesn't seem to have an "Appearance.Image"
member:

e.Layout.Bands[0].Columns["Reply"].

ultraGrid1.DisplayLayout.Bands[0].Columns["Reply"].

I don't want to use an event like BeforeRowRegionScroll to assign to
each row individually, since the image is going to be identical for
every row, that'd just be wasted CPU cycles. And in case it matters
for anything, they'll be buttons, not just static images.

Thanks for your help!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top