Grid Markup Support
BCGControlBar Pro (MFC)
BCGSuite (MFC)
BCGControlBar for .NET
The grid item markup support allows adding hyperlinks to the grid items. To enable markup, please set a text containing hyperlink tags into a grid item.
Sample code:
CBCGPGridItem* pHyperLinkItem = new CBCGPGridItem(
_T("Visit <a href=\"https://bcgsoft.com\">site</a>"));
pHyperLinkItem->EnableMarkup();