This question is locked. New answers and comments are not allowed.
Has anyone successfully styled Telerik's MVC grid to with rounded corners? Because of the dark outline around most of the themes, JQuery UI's "ui-corner-all" class rounds the inner, lighter color rather than the darker, outer color.
4 Answers, 1 is accepted
0
Hello David,
Could you please post details on where you apply the styles, what the grid currently looks like and what the desired outcome is?
Greetings,
Alex Gyoshev
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
Could you please post details on where you apply the styles, what the grid currently looks like and what the desired outcome is?
Greetings,
Alex Gyoshev
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
0
flipdoubt
Top achievements
Rank 1
answered on 07 May 2010, 06:08 PM
Hi Alex. I am attaching an image of the grid that shows rounded corners using the lighter color inside the WebBlue themed grid. I also have the same issue where the grid has a footer. I don't have an image of what I want, but I want the rounded corner to use the darker color used on the border of the WebBlue grid, which I believe is #426682. I probably need to do more work than this, but I get the rounded corners from JQuery UI by simply calling "$('#DocumentsGrid').addClass('ui-corner-all');".
Thanks for taking the time to look at this question.
Thanks for taking the time to look at this question.
0
flipdoubt
Top achievements
Rank 1
answered on 07 May 2010, 06:30 PM
The following seems to work:
Can you think of a better way? Any drawbacks to using this approach?
| $('#DocumentsGrid').attr('style', 'border: none;'); |
| $('#DocumentsGrid > table').addClass('ui-corner-all').attr('style', 'border: 1px solid #426682;'); |
Can you think of a better way? Any drawbacks to using this approach?
0
Mahesh
Top achievements
Rank 1
answered on 22 Aug 2012, 12:49 PM
Hi,
how can it possible to make corners of the square window becomes rounded at the corners??? If anyone know please
tell me..
Thanks & Regards,
Mahesh
how can it possible to make corners of the square window becomes rounded at the corners??? If anyone know please
tell me..
Thanks & Regards,
Mahesh