JavaScript UI Libraries & Blazor Components Suite – Smart UI Forums Data Grid bug with updating the row just added?

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #102731
    Giovanni Zomer
    Participant

    there must be a bug in the demo of

    https://www.htmlelements.com/demos/grid/editing-add-row/

    – I press “click here to add” (the above one)
    – first name “aaa” and click “add”
    – I see the correct data with the new inserted record on top
    – I now click on the firstname “aaa”, change it to “bbb” and click somewhere else in the grid to let it update
    – now the situation is
    * the changed data is correct
    * but also the second row of the grid (which initially was the first one, before I did the adding) has now been changed with the “bbb” in the first name
    – from this moment on, all the changes I apply to the first record (i.e. the one I inserted before)
    are always repeated to the second row (the contents of each field)

    I wanted to add a similar logic to my project and came to a similar problem; so I think there must be something wrong with the internal index after inserting a new row

    #102738
    ivanpeevski
    Participant

    Hello Giovanni,

    Thank you for reporting this behavior.

    I have created a work item regarding this and we will work on fixing it as soon as possible!

    If you face any other issues, please do not hesitate to contact us again.

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

    #102746
    ivanpeevski
    Participant

    Hello Giovanni,

    We have identified the issue and the fix will be released in the next version of Smart UI.

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

    #102749
    Giovanni Zomer
    Participant

    wonderful! thank you very much!

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