Why is Flexigird not working on IE

Posted by Jrubins on Stack Overflow See other posts from Stack Overflow or by Jrubins
Published on 2010-04-27T01:33:10Z Indexed on 2010/04/27 6:13 UTC
Read the original article Hit count: 220

Filed under:
|
|

Hi I have a page with a flexigrid on it and it works on FF,Chrome,Opera except IE. it points out that the error is at line of "if(!btn.separator)" which is null or not an object.

Well, every thing inside that block is an error on IE cause i think the error is on the "btn" objects..

has anyone ever encountered this error?

this is from the latest version of flexigrid 

for(i=0;i< p.buttons.length;i++){
var btnfor = p.buttons[i]; if(!btn.separator) { //do things here } }

Thanks Jrubins

© Stack Overflow or respective owner

Related posts about JavaScript

Related posts about jQuery