We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
close icon

Any way to prevent a cell from showing a blinking cursor/carret when clicked?

When I click on a cell, and I now have the whole highlighted, is there any way to prevent the cell clicked on from getting focus inside itself and showing that blinking carrot? The problem is twofold, one it looks bad because I have a read only grid, and two it prevents me from being able to double click on a row.

1 Reply

AD Administrator Syncfusion Team April 16, 2004 03:02 PM UTC

Set the grid.ActivateCurrentCellBehavior to none. Or, you can also make the celltypes Static using this.grid.TableStyle.CellType = "Static";

Loader.
Live Chat Icon For mobile
Up arrow icon