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

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

This entry was posted in ASP.NET MVC, CSS and tagged . Bookmark the permalink.

Comments are closed.