Wijmo UI for the Web
Bootstrap

You can use Bootstrap instead of a Wijmo theme to customize the look of all of your Wijmo widgets. To do so, add references to the Bootstrap CSS stylesheet, Bootstrap JS, our Wijmo Bootstrap CSS stylesheet, and our Wijmo Bootstrap JS file.

Drop down to see all of the references required to use Bootstrap in the correct order

Also, when you use Bootstrap, it is important to note that jQuery and Bootstrap each have their own buttons, and many Wijmo widgets use the jQuery buttons. Add these two lines of code inside the script that contains your document ready function to make the buttons compatible with Bootstrap.

var btn = $.fn.button.noConflict() // reverts $.fn.button to jqueryui btn
$.fn.btn = btn // assigns bootstrap button functionality to $.fn.btn

Here are the two lines of code in the context of the document ready function that you can add to the <head> section of your HTML file below all of the references.

Drop down to see jQuery Script for a grid with button compatibility enabled

Here is a live widget showing a Grid using a Bootstrap theme.

See Also

 
Support Options