javascript - Align selected tags to right Kendo Multi-Select? -
i using kendo multi-select implementing tag based selector component. in that, default selected tag appear left aligned. can see picture have attached
is there way configure them right aligned??
try adding style in page:
.k-multiselect ul li.k-button { float:right; }
or use class if don't want change behaviour of multiselect widgets in page.
Comments
Post a Comment