Border in editable TextBox cells

When a cell is editable and selected, if the form with the grid loses the cell border changes from solid to dashed. I need it to stay solid. How do I change that?

1 Reply

AD Administrator Syncfusion Team July 13, 2004 11:38 AM UTC

Try setting this property to see if it does what you need. grid.Model.Options.ShowCurrentCellBorderBehavior = GridShowCurrentCellBorder.AlwaysVisible

Loader.
Up arrow icon