JavaScript UI Libraries & Blazor Components Suite – Smart UI Forums Data Grid checkbox edit firing endedit or beginedit

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #104794
    oliver.aldrian
    Participant

    hi.

     

    the Begin and Endedit events of a cell with a Checkbox editor are firing wierd.

    • clicking the checkbox, fires only BeginEdit, but never EndEdit
    • clicking the cell around the checkbox but not the checkbox itself without GridSelection enabled, fires BeginEdit, but does not change the checkbox itself
    • clicking the cell around the checkbox but not the checkbox itself with GridSelection enabled, does not fire anything initially, but when clicking the selected cell again (not the checkbox) it fires BeginEdit, but does not change the checkbox itself

    And the ones I would consider a bug:

    • GridSelection on, select the cell with the checkbox, nothing fires. Hit spacebar, the checkbox changes checked/not checked, and NO Event is fired. This way if the grid is bound to more complex datatype, or if I want to do something on checkbox change, I get no event.
    • Generally for a checkbox edit EndEdit is never fired.

    see reproduction at https://github.com/DiawaKG/reproduction-smarthtml-grid-checkbox-editor-firing-events

     

    KR

     

    #104795
    admin
    Keymaster

    Thank you for the feedback. We will check the provided details. If there is an issue on our side, it will be resolved in a future version of our product.

    #104796
    oliver.aldrian
    Participant

    if you get to this issue, please update either the docs, or here with the event pattern that we can expect, and how to handle the edge cases described above,

     

    thanks KR

    #104797
    admin
    Keymaster

    Ok, Thank you for the suggestion.

    #107421
    oliver.aldrian
    Participant

    Hi!

     

    Can you give an update on this issue?

     

    KR

    #107433
    ivanpeevski
    Participant

    Hi Oliver,

    With the current release, clicking on a checkbox will fire both events.

    We have also resolved the issues related with the space bar in our internal build and it will be part of our next release.

     

    Best Regards,
    Ivan Peevski
    Smart UI Team
    https://www.htmlelements.com/

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