I'm using the Infragistics ultrawebgrid for the hierarchical grids in my ASP.NET 2.0 app, and 99% of my users have no problem viewing the grids. However, 3 users only see the header and footer of the grids even though there's data to be displayed. There's a javsascript error on the pages: "The value of the 'method' attribute may not be 'html'." I can't seem to find the common factor with these users. Can anyone shed some light on this? Thanks.
Hello?
I am facing similar problem. Anybody has any solution?
The problem was with MSXML 3.0.
Microsoft XML Parser (MSXML) 3.0 needs to be installed or reregistered.
http://download.microsoft.com/download/8/8/8/888f34b7-4f54-4f06-8dac-fa29b19f33dd/MSXML3SP_RelNote.htm
Registering MSXML 3 after Uninstalling 3rd Party Applications
There are many applications that ship MSXML 3.0. Accidentally uninstalling any one of those applications on a Windows system could potentially unregister the MSXML 3.0 assembly files (msxml3.dll and msxml3r.dll). This is possible when MSXML 3.0 appears to no longer be installed or available, but its assembly files still remain in the Windows system folder.
If you experience problems attempting to use MSXML 3.0 SP7 after removing an application that might have been using it, you can fix this issue by repeating the registration of msxml3.dll on your system.
To register MSXML 3.0
1. From the Start menu, click Run.
2. Enter the following command:
regsvr32 %windir%\system32\msxml3.dll
3. Click OK.
If the registration is successful, you should see a message box that reads similar to the following:
DllRegisterServer in C:\WINDOWS\system32\msxml3.dll succeeded.
If the above thing fails you can download it from the site below.
Download Information:
http://www.microsoft.com/downloads/details.aspx?familyid=28494391-052b-42ff-9674-f752bdca9582&displaylang=en