Column type conflicts

Hi All,

I have a grid where the first column is set a type ctLink, to allow the users to activate the OnLinkClick event. However, The contents of the cells in the column can be quite wide, and as such will wrap the text into two lines. To avoid that, I should set the Columntype to ctNoWrap.

How can I set one column to two different types at the same time ?

Regards
Soren

Hi,


Unfortunately it's currently not supported to combine different column types.
You can try using the OnCellClick event in combination with the cnNoWrap instead.