Skip to main content

All Questions

Filter by
Sorted by
Tagged with
0 votes
1 answer
181 views

Google Chrome - GridView cell border is not properly displayed

I need to set borders around one specific cell in the GridView. It is done using following code: gvTrips.Rows[rowIndex].Cells[colIndex].BorderStyle = BorderStyle.Dashed; gvTrips.Rows[rowIndex].Cells[...
AndrejK's user avatar