Column Edit for only single select not for multi select

Column Edit for only single select not for multi select

THEJASVITHEJASVI Posts: 31Questions: 9Answers: 0



My question is client code column should me editatable only for single row edit and it should not edit or resd only or hide for multi row edit how to make it

This question has accepted answers - jump to:

Answers

  • colincolin Posts: 15,240Questions: 1Answers: 2,599
    Answer ✓

    Hi @THEJASVI ,

    You need to specify false for fields.multiEditable for that client code.

    Cheers,

    Colin

  • THEJASVITHEJASVI Posts: 31Questions: 9Answers: 0
    edited May 2018

    hi @colin

    it's working but i make it as client code field madatory filed so it asking madatory filed how to resolve this

  • allanallan Posts: 63,455Questions: 1Answers: 10,465 Site admin
    Answer ✓

    I'm afraid I don't fully understand. Do you only want to allow editing on a single row at a time? If so the editSingle button type is the way to do that.

    Allan

  • THEJASVITHEJASVI Posts: 31Questions: 9Answers: 0

    thank u. i got answer from colin reply. i was wroted madatory filed on submit i was corrected that now it's working fine thank u for u replys

This discussion has been closed.