Announcement

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

    ReadOnlyDisplayAppearance=readOnly while editing grid

    Hi,

    Is it possible to disable editing of a field in grid (like in this example: https://www.smartclient.com/smartcli...disableEditing), but to allow cursor in such a field, so copy value or inline icon can be clicked?

    I would like the same behavior as it is in a form when canEdit(false) is used against some field and form's ReadOnlyDisplayAppearance=readOnly (default).

    Thanks,

    MichalG

    #2
    Hi michalg,

    without answering the question, Copy & Paste from a ListGrid will get way easiser in 12.1, see the blog post and this sample.

    Best regards
    Blama

    Comment


      #3
      Thanks, Blama.


      We are widely using inline icons in comboBox fields which are supposed to display foreign key record in a separate pane. This is working nicely in forms as they allow cursor into the fields in readOnly (which is default) mode.

      Unfortunately we are unable to provide the same consistent behaviour as far as grid modal editing in concerned. This is because formItems marked as "readOnly", which are part of the edit form created by framework shows them disabled.

      MichalG

      Comment

      Working...
      X