dependent show hide for popup and inline editors
dependent show hide for popup and inline editors
Hi, I use pop up editor to create new rows and inline editor to edit existing rows. Using dependent() I can show / hide a column based on an options field in the popup editor quite nicely. However the behavior in the inline editor is a bit strange. If I click on a column that is hidden in the popup editor, its value gets hidden in the inline editor (but only if I click on it). What I would need is to have a field hidden in popup editor and readonly in the inline editor based on the value of another (options) field.
Regards erwin
This question has an accepted answers - jump to answer
Answers
Inline editing isn't really suitable for
dependent()
since, as you have seen, it can only show a single field at a time, which isn't useful when one field depends on another.For that use case, the bubble editor with multiple fields shown in a bubble would be more suitable.
Allan
Thanks Allan,
I changed to bubble edtiting.
Regards
Erwin