Can you change the Gridline color?

  • Thread starter Thread starter Ken Ingram
  • Start date Start date
K

Ken Ingram

Is there a way to change gridline colors in an ASP.Net DataGrid? Have been
trying bordercolor properties at various levels without success.

Thanks,

Ken
 
hi there,

change the bordercolor at ItemStyle and AlternativeItemStyle
hope it helps.

from
Walter
 
Hi Walter,
I tried that ... didn't seem to work. I was wondering if I have to turn off
gridlines for the itemstyle bordercolor to be visible.

Thanks,
Ken
 
Back
Top