// TODO: choose a tagline

Why aren’t my third party Ajax controls showing correctly in a ASP.NET MVC page ?

July 2nd, 2009 Catalin

I was setting up a Ext JS grid and the rendering was wrong :

cssconflict

It was a CSS conflict between default ASP.NET CSS and Ext JS CSS. After commenting out all table related styles from Site.css the grid pager is displaying correctly:

image