saquib
2018-07-30T12:34:56Z
Is it possible to make column's cell data as hyperlink in OCX igrid, on click of which another screen gets opened?

Thanks,
Saquib.
Igor/10Tec
2018-07-31T09:12:08Z
This functionality isn't a built-in feature, but it can be implemented using iGrid events. An example of this can be found in the online Extra Samples library for iGrid - find the Hyperlink Cells sample on this page:

https://10tec.com/activex-grid/extra-samples.aspx 
saquib
2018-07-31T13:31:10Z
Thanks Igor, I have already gone through that functionality. Just a web link is provided in the cell of the iGrid. In my case, I have to populate ID's in the cell of a column and those ID's should act as hyperlink to open a new screen linked with those ID's.
I am trying to get those ID's underlined and I have changed color as BLUE.

Thanks.