Use editor for particular cell only & not for the entire column

Use editor for particular cell only & not for the entire column

jens.olssonjens.olsson Posts: 17Questions: 7Answers: 1

I have one requirement where I have to use the editor datatable for the 3 fields of the table with different editor type.
Please check this screenshot for the more details: http://prntscr.com/mhd0vw

As you can see that, I am just requiring the editor for 3 cells only and not for the entire column, so is there any way to achieve this?

This question has an accepted answers - jump to answer

Answers

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

    Hi @jens.olsson ,

    You can make fields readonly, see example here.

    It's also possible to use JOIN queries to get dropdown - see this example.

    Cheers,

    Colin

This discussion has been closed.