JavaScript UI Libraries & Blazor Components Suite – Smart UI Forums Data Grid Grid – { editing: { enabled, batch } } – commandColumnDelete – width grow glitch

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #100299
    admin
    Keymaster

    See: https://codepen.io/cetinsert/pen/GRKOqbG (link just edited for an absolutely minimal example)

    1. hit Add 10 to 30  times

    and observe delete command column width getting miscalculated larger some of those times and correctly some other!
    Only happens with { editing: { enabled, batch } }.

    #100303
    admin
    Keymaster

    Hi cetinsert,
    Additional Grid settings are required:

       /*1*/   'commandColumnEdit': { visible: false },
    /*2*/ 'commandColumnCancel': { visible: false },
    /*3*/ 'commandColumnUpdate': { visible: false }

    Best Regards,
    George
    Smart HTML Elements Team
    https://www.htmlelements.com/

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