jquery - Flexigrid with IE6 show only headers -


i'm using flexigrid jquery-1.2.3.pack.js. works fine firefox when try ie6, shows headers.

i've found discussion on same bug, , says comment line flexigrid.js:

if (p.width!='auto') g.gdiv.style.width = p.width + 'px'; 

tried dont show grid.

dont know why, downloading again flexigrid.js file , commenting line said above works perfectly... bit slow on ie6, no bugs feature.


Comments

Popular posts from this blog

c++ - How do I get a multi line tooltip in MFC -

asp.net - In javascript how to find the height and width -

c# - DataTable to EnumerableRowCollection -