Click here to Skip to main content
15,886,362 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i tried using css but didnt able to get the required result
am trying to explain as below picture

...............
!....!....!....
!....!....!....
!....!....!....

Just want to get the gridview as above
having no border on Right side
Assist me to solve this.
Posted
Updated 23-Apr-12 20:33pm
v2
Comments
sravani.v 24-Apr-12 2:37am    
what you tried? post your css once
Karwa_Vivek 24-Apr-12 2:44am    
td.column_style_left
{
border-left: 1px solid black;
}
td.column_style_right
{
border-right: 0px ;
}
sravani.v 24-Apr-12 6:56am    
Try this:
In place of
td.column_style_left
use
td column_style_left

1 solution

Using developer tool or firebug for the gridview and change border in that tool.
Then find correct css and change it.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900