As the title says, in my custom module that implements IActionable,
I'm adding custom actions. One of those actions looks like:
I've also tried without the tilde in the path.
Either way, DNN interprets correctly. If I use the builtin DNN menu, the icons are displayed. Also, the Actions within the Container's actionpane renders the Icons correctly.
However, on both instances, Telerik's DropDownMenu adds "/Images/" to the beginning of the path. This
SHOULD NOT BE THE CASE. Therefore, the images do not show up correctly. 3rd-Party module developers do not put images in the main images path, but rather the module's path.
Also, this should not be fixed on a container's code-behind. Again, the SolPartMenu renders correctly. Obviously, this is a bug in the Telerik RadActionsMenu on Line 124 of the control's source.
Please fix!
Joshua