JavaScript UI Libraries & Blazor Components Suite – Smart UI Forums Data Grid Suppress the delete command in the header (Blazor)

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

    I have the following grid settings:

    GridHeader _header = new GridHeader()
    {
    Visible = true,
    Buttons = new string[] { “columns”, “search” },
    };

    GridSelection _selection = new GridSelection()
    {
    Enabled = true,
    Mode = GridSelectionMode.Many,

    CheckBoxes = new GridSelectionCheckBoxes()
    {
    Enabled = true,
    }
    };

    When you check one or more rows then in the grid header the delete command is automatically shown.

    How can I suppress this behavior?

     

    • This topic was modified 2 years, 5 months ago by TurricanDE.
    #102543
    Yavor Dashev
    Participant

    Hi TurricanDE,

    This functionality is not supported at the time being when you have the Selection enabled for the Smart.Blaor.Grid component.

    However I will add this for future development in order to suppress this behavior if needed.

    Please, do not hesitate to contact us if you have any additional questions.

    Best regards,
    Yavor Dashev

    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.