This code doesnt work for me. I am able to add items to dropdown form xx-small to xx-large but unable to remove the default items from 1 to 7. I have a sample project than i can send if i am provided the email id.
I tried following events
1) Page Prerender
2) Page Prerender complete
3) Toolbardropdown pre render
4) Webhtmleditor pre render
5) Webhtmleditor load event. I tried loading dropdown dynamically with fontsize and type and still get the same result.
5) Toolbardropdown ondatabinding
Am i missing any settings to be one to avoid filling default values?
Items.Clear() from above code doesnt work since Items.Count in 0 in each event.
Do you know which event fills dropdownlist?