Best version of Bootstrap to use with ASP AJAX

1 Answer 335 Views
General Discussions
George
Top achievements
Rank 1
George asked on 05 Aug 2021, 04:12 PM

I am upgrading an old project to the latest UI for ASP.NET AJAX that is currently using bootstrap V3.

If I upgrade to the current version of Telerik what version of bootstrap should I use?

 

-George

 

1 Answer, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 09 Aug 2021, 04:32 PM

Hi George,

You shouldn't experience problems in a Bootstrap 4 enabled aspx page.

The only known cosmetics appearance problems are that the RadWindow title and RadAsyncUpload are shrunk when placed in a Bootstrap enabled page due to that Bootstrap overrides their styles and applies box-sizing: border-box style, which you can fix by applying stronger selector with higher specificity like

<style>
.rwTitleWrapper { box-sizing: content-box !important; }
</style>

You can find more details at

https://www.telerik.com/support/kb/aspnet-ajax/details/fix-incorrect-appearance-in-telerik-controls-when-using-bootstrap-library.

As for Bootstrap v5, I am not aware of known appearance issues so far.

 

Regards,
Rumen
Progress Telerik

Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.

Tags
General Discussions
Asked by
George
Top achievements
Rank 1
Answers by
Rumen
Telerik team
Share this question
or