Posted 26 March 2018, 7:13 am EST
I am using a custom CellFactory and want to access another property of the row item for which the cell is being generated (so I can add a tooltip under a particular condition).
I do not want to add this as a hidden column (as I also have a column picker which would then show this item), so I need to reference back the item within the ItemsSource.
