Great component! It would be useful to know how to change the color of two of the TeeGrid aspects. I know of: TeeGrid1.Back.Brush.Color the background color of the grid item TeeGrid1.Cells.Format.font.color the font color of the grid item I need to know how to set: The selected item brush color The ...
I've attached a small screen shot. You can see the selected row, and also a light blue rectangle around the cell I just tapped on. So teegrid knows I tapped there since it painted the light blue rectangle, but its just not moving the selection. Hope this provides a clue to what's happening. I really...
This is for mobile only. I would like the user to be able to tap on the row they want to move to, and the selected row/record becomes the one tapped on.