Kendo Multiselect Display Code and Description, On Selected Just Displays Code

kendo multiselect text field menampilkan code dan description, ketika di pilih hanya menampilkan codenya saja.

function qaCodeOptionOnSelect(e) {
            $("#QACodeId_taglist").find("li").each(function () {
                if ($(this).find("span:contains(-)")) {
                    var value = $(this).find("span").first().html();
                    var valueNew = value.split("-");
                    $(this).find("span").first().html(valueNew[0])
                }

            });
        };

Santi has written 5 articles

Leave a Reply

Your email address will not be published. Required fields are marked *

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>