This is a migrated thread and some comments may be shown as answers.

ListViewCommandButton Title Problem

1 Answer 145 Views
ListView
This is a migrated thread and some comments may be shown as answers.
Bob
Top achievements
Rank 1
Iron
Veteran
Iron
Bob asked on 06 Oct 2020, 06:09 PM

The Title attribute on the ListViewCommandButton does not appear to work.

I have a button defined  like this:

<ListViewCommandButton Command="Edit" Enabled="@Ticket.Active" Class="float-right ml-1" Icon="@IconName.Edit" Title="Edit"></ListViewCommandButton>

 

When it renders, the title attribute is not being added to the button:

<button class="float-right mr-1 k-button telerik-blazor k-button-icon" tabindex="0" aria-disabled="false" type="button">
       <span class="k-icon k-i-edit"></span>
</button>

1 Answer, 1 is accepted

Sort by
0
Svetoslav Dimitrov
Telerik team
answered on 07 Oct 2020, 08:52 AM

Hello Bob,

Thank you for reporting that to us. As a small token of appreciation, I have awarded you with Telerik Points.

I have created a Bug Report on our Feedback Portal on your behalf and added your Vote. You can see it from this link. In the bug report, I have posted a workaround solution for the time being. 

That being said, this fix will be part of our next release, which will hopefully be live by the end of the month.

Regards,
Svetoslav Dimitrov
Progress Telerik

Five days of Blazor, Angular, React, and Xamarin experts live-coding on twitch.tv/CodeItLive, special prizes, and more, for FREE?! Register now for DevReach 2.0(20).

Tags
ListView
Asked by
Bob
Top achievements
Rank 1
Iron
Veteran
Iron
Answers by
Svetoslav Dimitrov
Telerik team
Share this question
or