Select a whole column of TWebStringGrid

Hi Bruno,

A quick question, how can I select a whole column on a WebStringgrid? is there a property or method I can use?

Thanks,

At this moment there is cell or row selection. There is no column selection.
You could implement custom selection by handling OnSelectCell and set the selection programmatically from there

I am now able to select a whole column by using the way you suggested. However, I can see each time when a cell is clicked, at the very beginning, the cell is selected (highlighted) then immediately followed by selecting all the cells on that column. Not perfect but at least I can select a column now. Thanks Bruno for the help.

On the other hand, does TMS have plan to implement a column selection? if yes, that will be great!

Thanks,

We added it on the feature request list for consideration.

Great, thanks!

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.