This is a migrated thread and some comments may be shown as answers.

KendoUI and CurvyCorners

6 Answers 204 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
mvbaffa
Top achievements
Rank 1
mvbaffa asked on 21 Oct 2011, 11:20 AM
Hi,

Is there any known issue beetween KendoUI and CurvyCorners. When I include CurvyCorners KendoUI controls start presenting some visualization problems.

Thanks in advance

6 Answers, 1 is accepted

Sort by
0
Kamen Bundev
Telerik team
answered on 25 Oct 2011, 11:24 AM
Hi,

The CurvyCorners script is applying its rounded corners on the fly and DOM elements added or initialized later are not taken into account, thus they will probably break/look strange (additionally hover state rounded corners do not work at all). Another issue is that CurvyCorners is heavily modifying the HTML of the elements it initializes and inserts literally hundreds of DIV elements in every rounded corner element it detects. This brings other issues with the Kendo UI widgets which don't expect these elements and try to initialize wrong ones. Due to its behavior, we can say that it is incompatible with Kendo UI and we don't see how such compatibility can be implemented.

Regards,
Kamen Bundev
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0
mvbaffa
Top achievements
Rank 1
answered on 25 Oct 2011, 12:29 PM
I do not intend to apply curvycorners in kendoui component, my intention was to make some panels containers corners rounded. Is there any other framework with similar functionally that could be used with KendoUI ??? Thanks in advance
0
Kamen Bundev
Telerik team
answered on 25 Oct 2011, 02:07 PM
Hi,

Do you want these rounded corners to work in all browsers or just where the CSS3 property is supported? If the latter, it is rather easy - you can just specify class="k-list-container" to the element you want to style. This background will also change if you change the skin.

All the best,
Kamen Bundev
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0
mvbaffa
Top achievements
Rank 1
answered on 25 Oct 2011, 02:24 PM
It must work on non-html5 browsers. Thanks
0
Accepted
Kamen Bundev
Telerik team
answered on 28 Oct 2011, 01:41 PM
Hi,

There's no 100% solution. You can try using the CSS3 Pie and set IE CSS behaviors to any rules that need it.

Greetings,
Kamen Bundev
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0
mvbaffa
Top achievements
Rank 1
answered on 28 Oct 2011, 01:50 PM
Ok,

I will check it out

Thanks
Tags
General Discussions
Asked by
mvbaffa
Top achievements
Rank 1
Answers by
Kamen Bundev
Telerik team
mvbaffa
Top achievements
Rank 1
Share this question
or