2 Replies Latest reply on Feb 17, 2011 4:01 AM by fab76000

    problem with rich:dropDownMenu in rich:ExtendedDataTable

    fab76000

      Hello,

       

      My rich:DropDownMenu is in a column in an extendedDataTable with a direction 'top-left'.

      I have two problems :

      When I scroll in my dataTable, the direction is 'auto' ? (see the screenchot 1)

      When i click on my menu on the first row or the last row, the menu is not display (see screnshot 2)

      This is the code of the datatable :

      <rich:extendedDataTable value="#{configurationsBean.materiels}"

                      var="materiel" id="materiels" rows="15"

                      height="325px" width="988px"

                      sortMode="multi" selectionMode="single"

                      rowClasses="odd,even"

                      tableState="#{configurationsBean.tableState}"

                      binding="#{configurationsBean.extendedDataTable}"

                      groupingColumn="#{configurationsBean.groupingColumn}"

                      noDataLabel="#{messages.com_altitude_provauto_configurations_no_materiel}"

                      selection="#{configurationsBean.selection}">

       

      and the code of my menu :

      <rich:column id="configurationAction" styleClass="configurationAction" label="#{...}" width="3%" >

       

                          <rich:dropDownMenu submitMode="ajax" hideDelay="200" event="onclick" direction="top-left" id="menuAction">

       

       

      Can you help me please ?

      thanks