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

Kendo UI Bootstrap Sample Application 2017

14 Answers 316 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Claire
Top achievements
Rank 1
Claire asked on 03 Mar 2017, 10:27 PM
The Kendo UI® ♥ Bootstrap sample application (http://demos.telerik.com/kendo-ui/bootstrap/) and its source code (https://github.com/telerik/kendo-bootstrap-demo) is two years old.  A lot has changed since then.  Any chance you could update it to 2017 please?  If you could, and if switching to Sass is possible, that would be really great, but not required, just desired.  Thank you!

14 Answers, 1 is accepted

Sort by
0
Nencho
Telerik team
answered on 07 Mar 2017, 09:26 AM
Hello Claire,

Thank you for your feedback. It will be definitely taken into consideration, especially having in mind that we've released new sample applications, which will be also kept up to date.

Regards,
Nencho
Telerik by Progress
Try our brand new, jQuery-free Angular 2 components built from ground-up which deliver the business app essential building blocks - a grid component, data visualization (charts) and form elements.
0
Claire
Top achievements
Rank 1
answered on 17 Apr 2017, 06:41 PM
Please consider it in higher priority.  I'm stuck because of the huge differences, and there are no samples anywhere.  Thank you.
0
Claire
Top achievements
Rank 1
answered on 17 Apr 2017, 06:42 PM
And we are NOT using Angular right now, just like the old demo didn't.
0
Ianko
Telerik team
answered on 19 Apr 2017, 10:06 AM

Hello Claire,

You can take a look at the new Bootstrap sample that is built for MVC: http://demos.telerik.com/aspnet-mvc/bootstrap. And here you are its source code: https://github.com/telerik/mvc-bootstrap-demo

As for using SASS themes, you can take a look at this help article: http://docs.telerik.com/kendo-ui/styles-and-layout/sass-themes

Regards,
Ianko
Telerik by Progress
Try our brand new, jQuery-free Angular 2 components built from ground-up which deliver the business app essential building blocks - a grid component, data visualization (charts) and form elements.
0
Claire
Top achievements
Rank 1
answered on 19 Apr 2017, 03:19 PM

Thanks.  I looked at the demo and downloaded the code.  The code does not reference 2017 anywhere.  The latest reference I can find is to kendo 2016.3.1118.  Didn't 2017 make significant changes since then?

0
Ianko
Telerik team
answered on 20 Apr 2017, 05:15 AM

Hello Claire,

 

Yes, there are significant changes regarding recent releases and you can find out about them here: http://www.telerik.com/support/whats-new/aspnet-mvc/release-history

 

Those, however, would not impact on the functionality of the sample app. Also, there are no significant changes to how components are used and configured so that a simple upgrade would cause any difference in terms of the code implementation of the sample app. 

 

Regards,
Ianko
Telerik by Progress
Try our brand new, jQuery-free Angular 2 components built from ground-up which deliver the business app essential building blocks - a grid component, data visualization (charts) and form elements.
0
Paul
Top achievements
Rank 1
answered on 09 May 2017, 03:02 PM

Hi there,

I'm not so sure there isn't an issue here - and it's one that has always been there but never seems to be documented.

Why is there no mention in the documentation of the requirement to add this style:

.form-group .k-widget,
.form-group .k-textbox {
    width: 100%;
}

In your demo, this is in the styles.css file rather than kendo.bootstrap.min.css. If I don't include this class, kendo controls never seem to match the dimensions of the bootstrap container and will not be responsive.

0
Ianko
Telerik team
answered on 10 May 2017, 05:56 AM

Hello Paul,

Such a stylization has never been a requirement in terms of UI decoration. This decoration is rather related to application requirements and design and it is up to the front-end developer of the application to consider stylization and implement the CSS as a part of the application decoration. This is why this CSS rule is in the styles.css of the sample application and not in kendo.bootstrap.min.css. 

As for documentation regarding Kendo UI in conjunction with Twitter Bootstrap, you can read more here: http://docs.telerik.com/kendo-ui/third-party/using-kendo-with-twitter-bootstrap.

Regards,
Ianko
Telerik by Progress
Try our brand new, jQuery-free Angular 2 components built from ground-up which deliver the business app essential building blocks - a grid component, data visualization (charts) and form elements.
0
Robert
Top achievements
Rank 1
Veteran
answered on 31 May 2019, 10:44 PM

I am trying to open this in VS2019 with the trial version and it's giving me errors around the trial dll.  See attached screenshot.

Are these supposed to work with the trial version?

 

0
Ianko
Telerik team
answered on 04 Jun 2019, 07:59 AM
Hello Robert,

You can open the Nuget manager and install the 2019.1.115 version of the non-trial package: Telerik.UI.for.AspNet.Mvc5.

Regards,
Ianko
Progress Telerik
Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
0
Robert
Top achievements
Rank 1
Veteran
answered on 05 Jun 2019, 07:08 PM
I only have access to the trial versions with my login.  So using the https://nuget.telerik.com/nuget for the package source, I login and the only packages available in the list all end in .Trial
0
Ianko
Telerik team
answered on 06 Jun 2019, 06:56 AM
Hello Robert,

Then you can install the latest trial available for your account. The reason behind the error is that the 2019.1.115 trial version have never been activated against the account you are using. 

Regards,
Ianko
Progress Telerik
Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
0
Robert
Top achievements
Rank 1
Veteran
answered on 06 Jun 2019, 06:05 PM
That is what I am trying to do, but when I choose update from npm I get the error about the 2019.1.115 version.  Attached is screenshot;
0
Ianko
Telerik team
answered on 07 Jun 2019, 05:13 AM
Hi Robert,

This seems to be a peculiar case with Nuget that restricts updating a package to a newer version when the old one does not exists. You can try removing it from the installed tab first and then install it from the browser one. Or, if that does not work, remove it from the packages.config file manually.

Regards,
Ianko
Progress Telerik
Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
Tags
General Discussions
Asked by
Claire
Top achievements
Rank 1
Answers by
Nencho
Telerik team
Claire
Top achievements
Rank 1
Ianko
Telerik team
Paul
Top achievements
Rank 1
Robert
Top achievements
Rank 1
Veteran
Share this question
or