I'm building a TelerikDropDownButton, and I'd like to base the DropDownButtonItems on data pulled from SQL. But I don't see anything in the documentation that allows for that to happen, and I've tried in-line C# in the items node, and it cases the build to break.
Is there a way to attach a data object list to the DropDownButtonItems to generate the items dynamically?
Is there a way to attach a data object list to the DropDownButtonItems to generate the items dynamically?