Is there a way to get rid of that large blinking cursor next to a TWebStringGrid while keeping the cursor inside a grid cell working?
I'm not sure what you mean.
Where do you see exactly what?
The only thing I see blinking here is the edit caret when a cell is being edited in the grid.
That blinking caret/cursor is there when running the Web application in debug mode. Just create a TMS Web Core project, put a label on the form and run the application in debug mode. I can set the caret/cursor anywhere on the label, though it is not an input control. Then, add a TWebStringGrid and run the application. If I click the space to the left of the grid, I get that large/huge caret/cursor blinking before the first column.
I cannot reproduce this. I cannot set the caret anywhere in a TWebLabel.
I can only suspect you must have some specific CSS added?
No CSS added. Ok, must then have to do with my Edge browser installation. With Firefox, caret/cursor is not visible. On another development host caret/cursor also not visible with Edge. Sorry.