Announcement

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

    Edit value for SelectOtherItem in Listgrid

    Hello Folks,

    I have listGrid with column type:"selectOther" as below.

    name: 'value',
    title: "Value",
    type: 'selectOther',
    valueMap: ['[double click to edit]'],
    selectOtherPrompt: 'Enter value:',
    cellAlign: 'left'

    I can enter new value here, but cannot edit value.
    How can I edit value of this column ??
    I generally add 50 latter long formula. If formula change, I am need to change only one latter, but as Column is not editable I have to type all character again.
    Is there any way to edit column value which defined as "selectOther"

    https://www.smartclient.com/smartcli...electOtherItem

    Thank you

    #2
    SelectOtherItem doesn't allow re-edit of added items.

    We would recommend another approach, such as a normal SelectItem with FormItemIcons for "Add" and "Edit" actions.

    Comment


      #3
      Isomorphic

      Is there any way I can write or inject custom plugins in SmartClient.
      I need my grid to be able to edit values, its not easy to adapt another approach.

      Thanking you.

      Comment


        #4
        Sorry, we don't follow. The approach we recommended works for editing in a grid.

        Comment

        Working...
        X