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

django - How can I change user group without delete record -

java - Need to add SOAP security token -

java - EclipseLink JPA Object is not a known entity type -