Click here to Skip to main content
15,914,010 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Dear Sirs,

How to make GRIDVIEW as Rounded Corners, am trying from 1 week , unable to solve.

Please help me, how to create a rounded corners Classical Gridview.

Thanks.
Posted
Comments
RDBurmon 13-Jun-12 9:29am    
Thanks Everyone who replied to this thread , So Ubaid, I think you have got enough responses and you should be able to mark it as your answer and close the thread. Please do so.

First, you need to understand that an ASP.NET controls translate into HTML element; and in your case the elements <table>, <tr>, <th> and <td> will be used, so you need to design and use appropriate styles for such elements.

Please see my recent answer with a working code sample:
Round the edge of a table[^].

First of all, pay attention for this wonderful rounding tool, a rounded corner generator:
http://cssround.com/[^].

—SA
 
Share this answer
 
Comments
VJ Reddy 13-Jun-12 13:08pm    
Good point. 5!
Sergey Alexandrovich Kryukov 13-Jun-12 18:24pm    
Thank you, VJ.
--SA
Hi,

Either you can use RoundedCornerExtender of AjaxControlToolkit or you can use the css and apply it to grid. Have you googled it?
http://lmgtfy.com/?q=Rounded+corner+css[^]

All the best.
--AK
 
Share this answer
 
Is this[^] any good?
 
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