Use editor for particular cell only & not for the entire column
Use editor for particular cell only & not for the entire column
jens.olsson
Posts: 17Questions: 7Answers: 1
in Editor
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
This discussion has been closed.
Answers
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