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
625
issue in iggrid with dropdown column with checkboxes
posted

Hi,

I have a dropdown column (named "Languages") in iggrid where I enable multiSelection : "onWithCheckboxes". My problem is that every time I enable more than one option and press button "Done", in the column "Languages" only the first selection is displayed (instead of seeing the list of my selections separated by comma).

In the formatter: function(val) { ... } option for the column, val contains only the first selected value, so I'm guessing there is the problem.

Please can you help me?

Kind regards,