Enable the user to show the icon in a different place than the default. like the right of the text and not juts to its left.
Hi Brendon, CSS alone is not suffice, a jquery seems to be required as well. here is what Telerik support suggested to me today: JS: $("#btn_id span.km-icon").insertAfter("#btn_id span.km-text"); css: #btn_id > span.km-icon.km-details { margin-left:0; } this seems to me like something that can be a built in feature, don't you agree?
Hi ilan, The position can be modified by adding positioning attributes to custom css.