Completed
Last Updated: 09 Jun 2020 15:02 by ADMIN
Release R2 2020 SP1

I set the ShowClearButton on the design-time but the clear button not displayed when I run the application.

However, it works fun when I set the ShowClearButton programatically.

            commandBarTextBox1.TextBoxElement.ShowClearButton = true;

Do you know why?

Completed
Last Updated: 21 Jul 2020 12:19 by ADMIN
Release R3 2020 (LIB 2020.2.727)

Hi

Found a funny behavior in the RadCommandbar.

Just try this:

  • add a few buttons on the RadCommandbar
  • open the RadCommandbar Items collection from the properties
  • change the order of an item
    actually you don't need to change it definitively but
  • when you hit OK, you will see that the new item selector moved to the front of the RadCommandBar

 

In attachment I created a small movie clip that illustrates this behavior.

Kind regards,

Peter.

Completed
Last Updated: 21 Aug 2020 12:32 by ADMIN
Release R3 2020 (LIB 2020.2.826)

Hi,

I have a CommandBar that contains multiple CommandBarDropDownLists. When they get shown, the tooltip is supposed to be the selected item's text. What actually happens though is that the tooltip is basically always the text of the first item in the list. I've tried several things, to no avail. Some of the things I've tried include overriding the VisualItemFormatting event of the CommandBarDropDownLists, working with the TextChanged event to change the tooltip, and trying to change the tooltip in the SelectedIndexChanged event that is also being overriden for other purposes as well. None of these has changed the behaviour described above.

Thank you in advance for your time! I know this is probably simple and I am just missing something, but I just can't figure it out.

Best regards,
Matei

Unplanned
Last Updated: 30 Nov 2020 11:46 by ADMIN

Hi,

 

Please find attached image, its all described there.

 

Many Regards

Riziq

Completed
Last Updated: 07 Jun 2021 13:52 by ADMIN
Release R2 2021 SP1 (LIB 2021.2.607)
Please refer to the attached sample projects. Only with .NET 5 the test in the menu items and command buttons is missing.
Completed
Last Updated: 05 Jan 2022 12:31 by ADMIN
Release R1 2022
Please open the attached project and open the designer. You will notice that a lot of code is serialized in the Designer.cs. The attached gif file illustrates the steps.
Completed
Last Updated: 21 Dec 2021 11:15 by ADMIN
Release R1 2022

1. Add a CommandBarDropDownButton with one RadMenuItem and one RadMenuButtonItem

2. Set the same SvgImage for both items and set the DisplayStyle to Image.

3. If you run the project, you will notice that the RadMenuItem shows the SVG, but the RadMenuButtonItem doesn't show it. 

Workaround: set the RadMenuButtonItem.ButtonElement.SvgImage

Unplanned
Last Updated: 04 Sep 2024 06:12 by Al
When I bind the SelectedValue property to a ViewModel, changing the value through the user interface does not update the corresponding value in the ViewModel.
1 2 3 4