jquery ui - jqGrid behaving weird with Razor views -


i experiencing weird behavior razor views when using jquery. seem though views having there css changed when modal windows loaded? original css

strings bigger can see

i can't begin tell why happening. created same views using mvc 2 , had little trouble css overloads. have of experienced similar problems? particularly loading jquery ui , jqgrid application?

probably have same problem (or close problem) problem described in the answer. recommend add in css either

.ui-jqgrid { font-size: 11px !important; } 

or alternatively following css

.ui-jqgrid .ui-jqgrid-view { font-size: 11px; } .ui-jqgrid .ui-jqgrid-pager { font-size: 11px; } .ui-jqgrid .loading { font-size: 11px; } 

Comments

Popular posts from this blog

How do you change vbulletin's home page to the forums instead of the default (CMS or Activity Stream)? -

c++ - Troubles when compiling phash program -