Welcome to the SRP Forum! Please refer to the SRP Forum FAQ post if you have any questions regarding how the forum works.

Can I use hyperlink on column header if column has checkboxes?

I am trying to set up a Report Table with column 1 having check boxes, but turning the header into a hyperlink that can be used to cause all rows of the table to be selected (via firing the CheckAll event). I have set up the table with both checkbox and hyperlink turned on for column 1, and also tried "Set_Property(@Window:".OLE_PALLET_RPT", "OLE.ItemHyperlink[1;0]", 1)". But the OnItemHyperlink event doesn't fire. Is it possible to get the column 1 header to be a hyperlink? If not, do I have any other alternatives besides using the OnHeaderRightClick event?

Comments

  • It is currently not possible to put a hyperlink in the header for the Report Table control.

    When I create a column with both check boxes and hyperlinks, I get the OnItemHyperlink event.
  • Hi Kevin.
    Do any other events besides OnHeaderRightClick, fire when you click on the header row?
    Thanks,
    Roger
  • Sadly, no. This control is a 3rd party control meant for a specific use case: to display information. It wasn't designed with much interaction in mind.
  • Roger - This is one of those trade-offs between the EditTable and the ReportTable. If you want to keep using the ReportTable, you might consider using the OnHeaderRightClick and a context-menu. Context menu support is a built-in feature of the ReportTable.
Sign In or Register to comment.