Any go-tos from anyone on using Telerik without a bunch of hassle on styling, binding, etc.? You guys have a great product put together here but integrations with control libraries seems to be an issue.
5 Answer(s)
-
0
Hi @dev_frontrush
I guess you are using ASP.NET Core & Jquery version, is that right ? Could you share the problem you are having in details ?
-
0
Followed this: https://support.aspnetzero.com/QA/Questions/6711
Kendo is not recognized. Leads me to believe there are multiple references to jQuery. None of the controls will load using razor or just Kendo UI for jQuery. Is there a sample somewhere that has the integration. We can get it going with the Angular solution but the Kendo Angular controls are lacking all of the functionality of the jQuery ones, even the Angular ones were not that straight forward to get going. Just tried with 6.9.1, still no dice. Seems like it should be a little more, ah, easy to just add a control library.
-
0
Hi @dev_frontrush
I have integrated Kendo Grid into AspNet Zero and replaced the one in Tenant list page with Kendo Grid. I will try to create a small tutorial about it.
But, basically, I have added "kendo.all.min.js" to "app-layout-libs.min.js" bundle in bundles.json. And,
- kendo.common.min.css
- kendo.default.min.css
- kendo.default.mobile.min.css
to app-layout-libs.min.css bundle.
I have added all files (both js and css) as the last items in bundles and all worked for me. Could you try like that ?
-
0
Did you use Razor or javascript?
-
0
Javascript