Hi allI am trying to style my grid and having some trouble ...When you look at the picture, the selected row is blue.I tried to set SelectedCellAppearance and SelectedRowAppearance,but both settings dont chance this blue color.What is the right setting for it ?Thanks a lot and best regardsFrank
Hi Frank,
It looks like there is a cell in edit mode here. So since there is a cell in edit mode, the grid cannot possibly have a selected row. Selection and edit mode are mutually exclusive states. Once a cell enters edit mode, all rows are de-selected.
My guess is that the row is blue because it's the ActiveRow, not selected. So you need to change the ActiveRowAppearance.