All Questions
1 question
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[...