I working on inline edit using ignite-ui-angular grid and it highlights all rows when I select a row and also save/cancel prompt panel appears in wrong row. Their example works but I am customizing column so I think that maybe the problem but not sure how to fix it.
igx grid inline feature doesn't work well with custom columns
289 Views Asked by wil At
1
As stated in the Grid Row Editing topic, 'primaryKey' is required for row editing operations.
Having in mind that, I assume that in your scenario ‘primaryKey’ is set to a column that is not existing in the underlying data source of the igxGridComponent.
Please verify that the primary key is set correctly.