Improve the SplitButton functionality so it is easier to use. Also provide a way for easier integration of ContextMenu with SplitButton as shown in the following demo: http://demos.telerik.com/aspnet-ajax/button/examples/splitbutton/defaultcs.aspx
Agreed. The 'standard' behavior for a split button is 'pop up a menu', so it would be extremely helpful if there were shortcuts available for that behavior. Just include an optional 'ContextMenuID' property; if that property is used, then automatically connect to the specified context menu. If someone wants to do something else with the split button, they just don't fill in the 'ContextMenuID' property, and wire it up as they do now.
I agree! I'd like to be able to get the context menu in split button mode through the RadButton markup. It's just a pain to hook it up through javascript every time. Maybe at a minimum, add a new property to be able to specify the ID of a context menu o