I am trying to programmatically load the links dropdown. It was working before, and I think it stopped working when I started using the newest release.
I even tried copying the C# example from here:
and put it into the page_load function of my user control that contains the cute editor, but it just keeps using what's in the common.config file.
The only difference between the example and what I am doing directly is that my items are databased, so each add happens while looping through a dataset. But like I said, the sample isn't working at all either.