Posted 26 September 2018, 11:57 am EST
I am building a react app. When I set itemsSource for a flexgrid it automatically selects the first row by default. Then I use grid.select(-1, -1) to unselect it. This triggers some state/property updates in react that are unwanted. Is it possible to not select any row when row data changes?
