inline editing and cascading comboboxes
inline editing and cascading comboboxes
mkoca2
Posts: 2Questions: 1Answers: 0
I want to use inline editing and I have two column. Both of them combobox and second column value depends on the value of first column. (For example country and city columns). Do you have any example for this case?
thanks..
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
Unfortunately, inline editing doesn't really lend itself to conditional options since only one field can be displayed at a time with Editor's inline editing mode. The bubble editing (
bubble()
however might be more useful in this case.Allan
thanks for quick reply.