I have used the WinForms controls but know I need to create a webpage with a toolbar. Since the WebToolbar is being deprecated which tools are best to create a toolbar like the attachment?
Thanks
I finally got my answer here: https://ko.infragistics.com/community/forums/f/ultimate-ui-for-asp-net/69142/webdatamenu-with-only-image-buttons-no-text/350694#350694
I also am having trouble trying to use WebDataMenu as a toolbar. I can not even find an example of how to do this on the on the Samples page (https://ko.infragistics.com/samples/aspnet/data-menu/vertical-menu). I just want a simple toolbar with image buttons (with no text). This should be simple, correct? What am I doing wrong? Please help!!!
<
ig:WebDataMenu ID="UWTB_Legend" runat="server" Height="22px"
EnableScrolling="False">
<Items>
<ig:DataMenuItem ImageToolTip="MoveUp" ImageUrl="~/images/Up.gif" Text=" "
ToolTip="Move Up" Key="MoveUp">
</ig:DataMenuItem>
<ig:DataMenuItem ImageToolTip="MoveDown" ImageUrl="~/images/Down.gif" Text=" "
ToolTip="Move Down" Key="MoveDown">
</Items>
</ig:WebDataMenu>
Hi m97_rek,
Please feel free to contact me if you need further assistance with this matter.
Thank you for posting in the community.
The WebToolbar has been replaced by the WebDataMenu AIKIDO control. A detailed list of the deprecated controls and their respective new counterparts can be found at:
https://ko.infragistics.com/community/blogs/b/taz_abdeali/posts/asp-net-product-changes-in-2011-volume-2
You can find more information and tutorials for WebDataMenu in our documentation at:
https://help.infragistics.com/Doc/ASPNET/2011.2/CLR4.0/?page=Web_WebDataMenu.html
Please do not hesitate to contact me if you have any questions.