I think it's possible to show a cell in UltraGrid as a link column.. ( I know how to do it in the Microsoft GridView)
Guess I'm missing something.. I have a linklabel dropped on my form with Hidden = true, I have Bands[0].Columns[2].EditorControl = to the name of the link, but the link never appears. I can dblclick on the cell and get the result of the cell dblclick event, but really need the cell to appear as a linked label.
Thanks..
does this help (it covers v5)
http://devcenter.infragistics.com/Support/KnowledgeBaseArticle.aspx?ArticleID=7200
come version 7 there also appears to be url style property on column: ColumnStyle.URL