Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Need tab functionality for non editable cell in list grid

    Hi Isomorphic

    We are using smartgwt 6.1-p20170905 . Browser is chrome and version is 6.1-p20170905.

    In Listgrid we are using tabs to naviagate in cells. Cells that are editable we can tab into them but if one field is non editable we are not able to tab into that particular cell.
    We need to tab in that disabled cell too.
    Kindly suggest


    #2
    What would you expect to happen if you could tab into a cell that was not editable? There would be nothing to do except tab into the next cell, so it seems pointless.

    Comment


      #3
      HI,

      We just want to open popup from that uneditable cell without click just on tabing it should open a popup

      Comment


        #4
        Make the cell editable (because it is) and for the FormItem just use a canEdit:false item with a FormItemIcon that triggers your pop up.

        Comment

        Working...
        X