Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 2 of 2 total
Thread GridColumn with ControlType = ctLink
Fri, Sep 11 2015 5:15 AMPermanent Link

thomh

I have a grid with a number of columns set to ControlType = ctLink.

How can I trap the click event of this control so I can set the correct URL and other properties?

// Thom
Fri, Sep 11 2015 9:26 AMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Thom,

<< How can I trap the click event of this control so I can set the correct URL and other properties? >>

The URL comes from the data itself, so you simply need to make sure that the underlying dataset (bound grid) contains the proper URL, or for un-bound grids the Rows contents should be updated to contain the proper URL.  As indicated in the manual, you can specify a label for the URL using a semicolon:

http://www.elevatesoft.com/manual?action=viewprop&id=ewb2&comp=TGridColumn&prop=ControlType

Tim Young
Elevate Software
www.elevatesoft.com
Image