Announcement

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

    setAlwaysShowEditors(true); hides values when not focused cell/row

    Using 3.1p.2013-01-31 pe

    and using a listgrid with

    setAlwaysShowEditors(true);
    setHeight(300);
    setShowFilterEditor(true);
    setFilterOnKeypress(true);
    setUseAllDataSourceFields(true);
    setAutoFetchData(true);
    setCanEdit(true);
    setEditEvent(ListGridEditEvent.CLICK);
    setAutoSaveEdits(false);


    the listgrid fields are not all editable per default in the ui for textfields, but the state is.

    More important: if you type in a value and move to a new row,
    it will hide the textfield, where the focus is not present.
    If you focus again the previous row, it will show the value again.

    This was working in previous versions, but fails for all my grids now.

    Can you have a look please? Any ideas?

    Thanks

    #2
    Second question:

    if setAlwaysShowEditors(false);

    listGrid.getEditFormItem("item")

    addChangedHandler
    as well as
    addEdiorExistHandler

    is not called !
    Can this be fixed?

    Thanks

    Comment


      #3
      We're not quite following your descriptions here.

      Firstly what build are you using where this is failing (and when did it used to work for you).

      Secondly, can you clarify your descriptions a bit. We're not quite following what the problem here is from this.

      Perhaps a small EntryPoint class showing the ListGrid definition which we can run on our end, with steps to reproduce the problems (along with a description of what you're expecting and how it differs from what actually happens) would be the best way to clarify this.
      This will make it obvious what's going wrong, and it also rules out the possibility of unrelated settings in your application causing the bad behavior.


      Thanks
      Isomorphic Software

      Comment

      Working...
      X