TWebTableControl is it possible to disable row selection feature?

Hi,

Like in topic.

Sorry, at this moment there is no such built-in functionality.
We'll consider this for a future update.

I see that fast workaround is set the TWebTableControl.Enabled:=False

Yes, but I thought you needed it at row level?

Yes I thought generally about have possibility to disable this feature, the problem is that I set selectioncolor and selectiontextcolor to clNone (which should be disabe select substitiute, no change color, no change background table row) and when I click the table row and move the mouse cursor to next row, the selected row is white.

At the previous WEB Core version it work pefectly but now not.

We've applied a fix that when SelectionColor = clNone or SelectionTextColor = clNone, the selection will not be visible.

Ok ... thank you ... it should solve this issue.

Hi,

I can confirm that in Web Core v. 2.1.0.3 is working fine.

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