Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
20
iggrid edit row displaying duplicate values
posted

I am working on igGrid (infragistic grid) group by with edit row. I have multiple rows in a group.

When i am trying to edit the second row in a group, first row cell values are by default filling into second row.

I am trying to update cell values manually in editRowStarted event but its not working.

Unable to post code here as it is very much big with many iggrid events.


Parents
No Data
Reply
  • 3995
    Offline posted

    Hello Bhargav Katta,

    Thank you for posting in our community!

    You have to make sure the values for your primaryKey column are unique for each record. The Updating feature relies on that.

    Most probably primaryKey values for your first and second row in the group are the same and you should change them or pick a column with unique values for your primaryKey.

Children