0 Replies Latest reply on Mar 27, 2008 10:45 AM by rulinsun

    Help, dropDownMenu performance related

      Hi,
      I have a table with about 100 cells, when user moves mouse over each cell, a dropDownMenu should popup for different actions. I used rich:dropDownMenu but the performance was very bad. The reason is that richfaces will implement 100 dropDownMenus, one for each cell. In our tradition Javascript way, we will create only one dropDownMenu as a hidden div and show it in the position of cell on mouseover event.
      Can we do something similiar with RichFaces? If I can highlight a cell, then just use a group of buttons, it's also ok (it's not good solution though) but I need get cell index to pass to backbean.

      Thanks!