Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Hello,
I am using a TableView. Is it possible to disable the highlighting of a selected row? Every time a row is clicked it is highlighted in blue.
Kind regards, MHermann
Try setting the TableView selectionMode to SelectionMode.noSelection
Thank you. That is the solution.