Is it possible to add a button control to the list box item? I was able to add images to each item, but i want to make these images to button icons.
1 Answer, 1 is accepted
0
Ivan Danchev
Telerik team
answered on 21 Jul 2016, 10:07 AM
Hello Meera,
You can place HTML elements and controls (Button, ImageButton, etc.) in the ListBox' ItemTemplate, for example if you use the following template the ListBox items will display text, an asp:Button and an ImageButton next to it: