Having dropdown for only one column
Having dropdown for only one column

Hi all,
Is it possible to have dropdown for one column and rest of the columns have textbox?
Many thanks.
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
Sure - you can to mix the code from the two demos to do that. 1 and 2.
Add a conditional statement inside the loop stating if it should show a select input or a text input.
Allan