The Syncfusion native Blazor components library offers 70+ UI and Data Viz web controls that are responsive and lightweight for building modern web apps.
.NET PDF framework is a high-performance and comprehensive library used to create, read, merge, split, secure, edit, view, and review PDF files in C#/VB.NET.
I am prog generating menu items from user enetered strings and they have &''s in them, which unfortunately get converted to accels underbars when put into the menu, is there a style/way of stopping this on new BarItems...
ADAdministrator Syncfusion Team August 19, 2004 06:44 PM UTC
Hi Peterainbow,
If you wish to display an ampersand symbol ("&") in the BarItem''s Text then use double ampersand ("&&") in its position.
For example :
If you set the BarItem.Text = "Item&&", then it will be displayed as "Item&".
Please try this and let me know if you need further assistance. Thanks for your interest in Syncfusion products.
Regards,
Guru Patwal
Syncfusion, Inc.
ADAdministrator Syncfusion Team August 20, 2004 09:27 AM UTC
hmmm ot as simple as that i''ll have to check for
that it''s only a single & -> && and not && -> &&&&, ho hum, would be useful to have a style on the baritem in future release.
ADAdministrator Syncfusion Team August 20, 2004 01:37 PM UTC
Hi Peterainbow,
Thanks for your suggestion. Please note that this is how the .NET MenuItem.Text behaves too. Our XPMenus framework is closely modelled on the .NET MainMenu (and VS.Net''s menus), and we have maintained similar behavior for consistency purposes. However, we could consider this as a feature request for a future release of Essential Suite. We appreciate your feedback, and thanks for your continued interest in Syncfusion products.
Regards,
Guru Patwal
Syncfusion, Inc.