Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
70
When publishing webGrid is invisible? URGENT! Anyone?
posted

I have read a few other posts regarding this issue but have yet to see an answer or a workaround other than taking the grid out of the content/detail page. 

Why does the grid render beautifully when I am developing.  And when I publish  to my web server the grid is invisble?

Just to recap.  when I export to excel it shows the data in the excel spreadsheet.  so I know it is there.  Its just invisible for some reason.

Any help is appreciated.

 

Parents
No Data
Reply
  • 112
    posted

    I have come across this issue so many times. In my case it was machine specific with some of the users. It is particularly related to XML parser. Here is the solution. Run the following commands on command prompt.

    regsvr32 msxml.dll /s
    regsvr32 msxml2.dll /s
    regsvr32 msxml3.dll /s

    However if you are trying to run older version(older that 11.1) of Infragistics on IE9 then it may not be of much help.

Children
No Data