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
110
webgrid AfterSelectChangeHandler not work on IE 8 browser.
posted

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 object
Line: 1504
Char: 3
Code: 0
URI: http://localhost/MywebApp/WebResource.axd?d=L19YHplcrFXGNXpOvI9Dou4aO9wqg8DKjU6SDZ-_251dLo0qn0Rt60kAK8UT8cpTNa73Jc026CzSVhbxpo34BmQkLfroMsQevwS3Fkimlt1q8hI1JeM4f98Cqs1Lj0aGkqtSLp6y6pH92RTwqgk3UrFDPGMhPTsgUYKouVUfTLs1&t=633647851729844813

 

In IE 7 its working perfeclty.

Parents
No Data
Reply
  • 45049
    Suggested Answer
    posted

    anup84 said:
    I am using infragistic webgrid  of Infragistics NetAdvantage 2006 Volume 3 CLR 2.0.

    The first version of the NetAdvantage for .NET toolset compatible with Internet Explorer 8 is NetAdvantage 2009 Volume 1 (which also requires a service release).

    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.

Children
No Data