Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
590
2 Dropdowns in 1 Column (1 visible on edit)
posted

Maybe there is another way to achieve this, but my issue is:

depending on value of column(1), I need to populate the dropdown of column(2) to reflect it.  I can do that just fine, the problem occurs when the the selected value of column(2) is no longer in the dropdown after being repopulated for a different row.  The text of the cell shows the value that was selected, and loses the display text.

So after searching for a solution, it appears making column(2) a template column with 2 dropdowns in it, 1 filled with all possible values, and the 2nd only have the values relevant to that row.  When the cell is being edited, show dropdown 2, else it should be dropdown 1 so that all values can display properly.

How do I access the dropdowns from the template column, both client side and server side?

Any other simpler solutions?