Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is Bootstrap compatible with ASP.NET Telerik controls?

I have developed a site using ASP.NET Telerik controls and components. Its not working (positioning, screen resolution) fine on mobiles devices (scaling across resolutions).

I decided to integrate bootstrap in my site but bootstrap-responsive styles are not adjusting what I need.

Has anyone tried bootstrap with asp.net Telerik components? are both compatible?

Any suggestion/proper guide ?

like image 323
Mubarak Avatar asked Oct 24 '12 07:10

Mubarak


2 Answers

Link Says

It depends on what you're trying to accomplish. In general, bootstrap

2.0 is a lot easier to work with along with Telerik because they style less of the default elements, like . In 2.0, they require you to add some class to a element, which means that they don't try to style a Telerik grid, for example. This makes it look better.

What you won't get is a "Bootstrap themed" version of the Telerik controls. Continuing with the Telerik grid example, if you use that in conjunction with Bootstrap it will look like a Telerik grid, not a Bootstrap table, with it's nice pager buttons, etc. That will take a lot of work to change, and I don't recommend it. Telerik emits html with its own CSS class names and mapping that back to Bootstrap would be a chore. I've found, actually, that with Bootstrap I use a lot less of Telerik than I did before, and just use more straight html + Bootstrap.

If you do decide to integrate Telerik in your site, I recommend the Telerik "Simple" theme, which seems to match Bootstrap's default colors best.

like image 77
MD TAHMID HOSSAIN Avatar answered Nov 15 '22 23:11

MD TAHMID HOSSAIN


RadImageEditor icons are hidden when I use bootstrap.

So I must say that it is not 100% compatible.

like image 22
Crismogram Avatar answered Nov 15 '22 21:11

Crismogram