1 Reply Latest reply on Jul 2, 2010 2:46 AM by sunay

    Rich Ordering List  + flickering column header problem,

    sunay

      Hello All,

       

      I am facing problem in Rich ordering list, i have my design like following

       

      I have on rich:ordering list with 5 columns having listHeight = 100% and listWidth = 100% attribute, the list is dynamically filled, each time when i click add button , one row is added over there

       

      Problem : Everything works fine except my OrderingList header compressed to the column data width and again set to its given width to that column. so on clicking on Add Button Every time column headers shrinks and set to its width given to it

       

       

      I gone through the dom rendered by the rich ordering list, i seen that column headers are under the div, so may cause the problem

       

       

      Any Suggestion would be appriciable.

       

       

      Thanks

      Sunay Shah

        • 1. Re: Rich Ordering List  + flickering column header problem,
          sunay

          sorry all,

           

          problem in my design , the problem is i have given specific widht to columns say 100 -> column 1 100 --> col2 and so on and width given to the ordering list was in % so it was giving the problem , i changed the ordering list width with total width of table columns and now it works properly,

           

          hope someone may have this problem , will save time by this post