M
Mark Aslan Kuschel
Hi NG,
I implemented a datagrid on a website with green background. I wanted to
hide the datagrids borders, but there is one black border I cannot hide.
You can see a screenshot at
http://dingsbla.dotnet-infrared.de/images/Datagrid.jpg, when you zoom at the
border you see an 1px border.
Here is my Code:
<asp:datagrid id="DataGrid1" runat="server" PageSize="3" AllowPaging="True"
AutoGenerateColumns="False" AllowSorting="True" BorderColor="#004600">
With BorderColor I tried to to hide the border, but it did not disappear.
Has anyone an idea?
Mark
Irgendware Software Solutions GbR
I implemented a datagrid on a website with green background. I wanted to
hide the datagrids borders, but there is one black border I cannot hide.
You can see a screenshot at
http://dingsbla.dotnet-infrared.de/images/Datagrid.jpg, when you zoom at the
border you see an 1px border.
Here is my Code:
<asp:datagrid id="DataGrid1" runat="server" PageSize="3" AllowPaging="True"
AutoGenerateColumns="False" AllowSorting="True" BorderColor="#004600">
With BorderColor I tried to to hide the border, but it did not disappear.
Has anyone an idea?
Mark
Irgendware Software Solutions GbR