Select-multiple not working correctly after upgrade to 2.8

QuestionsSelect-multiple not working correctly after upgrade to 2.8
Michael Sheppard asked 2 years ago

After upgrading to 2.8, many of my select-multiple drop-downs are no-longer working. Some of them have a default “blank” entry at the top that is getting selected by default.

This breaks all the filters on the grid. If I click “none” on the multi-select it works properly – but refreshing the report brings-back the blank check-mark at the top of the list.

I am using jquery.multiselect.js and jquery.multiselect.filter.js

Please advise

Thanks

Mike

1 Answers
Michael answered 2 years ago

Sorry – I should have read the online help and reviewed your examples first.

I just read the online help and reviewed your examples and found the answer.

Switching from the old method to the new method works perfectly.

Old Method:

//$col[“searchoptions”] =array(“value” =>”:;”.$var);

New Method

$col[“searchoptions”][“value”] = $var;

Abu Ghufran Staff replied 2 years ago

Thanks for the update.

Your Answer

7 + 16 =

Login with your Social Id:

OR, enter

Attach code here and paste link in question.
Attach screenshot here and paste link in question.



How useful was this discussion?

Click on a star to rate it!

Average rating 0 / 5. Vote count: 0

No votes so far! Be the first to rate it.

We are sorry that this post was not useful for you!

Let us improve this post!

Tell us how we can improve this post?