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?
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
Post a Comment