Completed
Last Updated: 11 Feb 2022 08:55 by ADMIN
Release 2.18.0
Danilo
Created on: 12 Mar 2020 16:38
Category: Grid
Type: Bug Report
11
Title parameter for GridCommandButton does not work
I want to be able to set its title, and the parameter is missing at this point. It is available for the "standard" TelerikButton.
4 comments
ADMIN
Nadezhda Tacheva
Posted on: 11 Feb 2022 08:55

Hi Patrik,

As clarified in your initial post, the reported issue targets specifically the Update and Cancel buttons only when Popup edit mode is used. The Title for the command buttons in Inline edit as well as the one for Edit and Delete buttons in Popup edit works as expected.

Any affected party may vote and follow this specific bug report here - Title parameter for Update and Cancel GridCommandButtons does not work in Popup edit.

Regards,
Nadezhda Tacheva
Progress Telerik

Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.

improwise
Posted on: 04 Feb 2022 09:39

This is listed as completed but we don't see any tooltyp for something like this?

            <GridCommandButton Command="Save" Icon="save" ShowInEdit="true" Title="Markera larm som hanterat">Markera larm som hanterat</GridCommandButton>

 

Davide
Posted on: 20 Nov 2021 01:14

found similar functionality in Telerik Kendo-UI https://docs.telerik.com/kendo-ui/knowledge-base/grid-show-tooltip-custom-command

but could not find on Telerik Blazor-UI

 
Anthony
Posted on: 02 Sep 2020 16:23
This would make using Telerik Tool tip less of a pain. I shouldn't need to make a template for every column in my grid just to use a tool tip.