JavaScript UI Libraries & Blazor Components Suite – Smart UI Forums Data Grid GridAppearance.ShowTooltips has no effect for columns (Blazor)

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #102873
    TurricanDE
    Participant

    When I hover over a column header the tooltip is not shown. It work’s only for the cell in a row.

    Is there another property we have to set for the column header?

    GridAppearance appearance = new GridAppearance()
    {

    ShowTooltips = true,
    };

    #102875
    admin
    Keymaster

    Hi,

    Currently, we have no option built-in for DataGrid Column tooltips in Blazor as well as in Javascript. We will consider adding such an option in the future versions of the datagrid component.

    Best regards,
    Peter Stoev

    Smart UI Team
    https://www.htmlelements.com/

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.