Base solution for your next web application
Open Closed

AspNet Core Telerik #6189


User avatar
0
dev_frontrush created

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)
  • User Avatar
    0
    ismcagdas created
    Support Team

    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 ?

  • User Avatar
    0
    dev_frontrush created

    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.

  • User Avatar
    0
    ismcagdas created
    Support Team

    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 ?

  • User Avatar
    0
    dev_frontrush created

    Did you use Razor or javascript?

  • User Avatar
    0
    ismcagdas created
    Support Team

    Javascript