Why aren’t my third party Ajax controls showing correctly in a ASP.NET MVC page ?
July 2nd, 2009 CatalinI was setting up a Ext JS grid and the rendering was wrong :
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:
![]()