Hi I am using infragistic webgrid of Infragistics NetAdvantage 2006 Volume 3 CLR 2.0.
I am using client side event
function
ultGridJobList_AfterSelectChangeHandler
{
var row=igtbl_getRowById(id);
var cname = row.getCell(15).getValue();
var mname = row.getCell(3).getValue();
var jname = row.getCell(4).getValue();
}
and when i click on grid row it display javascript error in IE 8 browser.
Its even not select row also.
Version 6.2.20062.34
Webpage error details
User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.2; Trident/4.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022; InfoPath.2; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)Timestamp: Tue, 19 May 2009 12:39:39 UTC
Message: 'style.cssText' is null or not an objectLine: 1504Char: 3Code: 0URI: http://localhost/MywebApp/WebResource.axd?d=L19YHplcrFXGNXpOvI9Dou4aO9wqg8DKjU6SDZ-_251dLo0qn0Rt60kAK8UT8cpTNa73Jc026CzSVhbxpo34BmQkLfroMsQevwS3Fkimlt1q8hI1JeM4f98Cqs1Lj0aGkqtSLp6y6pH92RTwqgk3UrFDPGMhPTsgUYKouVUfTLs1&t=633647851729844813
In IE 7 its working perfeclty.
anup84 said:I am using infragistic webgrid of Infragistics NetAdvantage 2006 Volume 3 CLR 2.0.
If putting the browser into quirksmode (by commenting out the DOCTYPE declaration as suggested by sbeeler) doesn't work for you, then my best suggestion is to upgrade to a newer version of the toolset.