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