I have a smart filter in the format of a drop down list box which retrieves category elements. I was wondering is there a way to indent the subcategories in the list box.
I'm afraid this is not possible with out of the box controls. I guess the only way to achieve this is building a custom control for it.
Thanks for that, what about the possibility of putting a style, ie bold or colour on some of the items in the drop box? Really just want to differentiate between categories and sub categories i,m displaying in the drop down.
you have no control over rendering of the control, so you can't change it
I was thinking about js/css solution, but, again, you do not control rendering, so you can't distinguish items in drop down
Please, sign in to be able to submit a new answer.