Categories | Question details Back To List | ||
setSizes() sometimes need to be called twice ... to prevent horizontal scroll to be showed. Because when first call turn on vertical scroll then whole table gets smaller by width of this scroll, after first setSizes() appears vertical bar (to scroll to invisible records) and horizontal bar (to show data hidden under vertical scroll). The second setSizes() call change width of columns to fit vertical bar and the horizontal bar disappears instantly. It occurs when enableAutoWidth() enabled (disabled - not tested) Answer posted by dhxSupport on Feb 10, 2009 06:01 Please provide us code example where this issue occurs. |