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
495
Show HyperLink in dynamic column
posted

I have a column in a WebHierarchicalDatagrid (single table dataset as source, AutogenerateBands=true, AutoGenerateColumns=true) that contains an HTML link.  It currently displays as text but I would like it to be an actual live hyperlink..

I've seen in discussions on this forum that there is an HtmlEncode property for bound columns that would help me with this problem but, unfortunately, I do not have the luxury of defining the columns in the IDE.  I have to build the columns dynamically because the datatable's columns vary based on query criteria.  So, is there any way for me to change the HtmlEncode property on a dynamically created column?