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
450
How to work with primary key as composite primary key in igGrid
posted

Hi Infragistics Team,

 

I have a table wherein there are three columns –

1.Sequence Number,

2.Employee ID

3.Employee Type.

Primary Key for this table is combination of Sequence Number and Employee ID.

But in igGrid, we can mention only one column name like primaryKey: "SequenceNumber".

In order to perform Insert, update, delete operation on this grid, we need to give two column values as a primary key.

We are not able to perform insert, update, delete operations on this grid.

How do we use two columns as primary key in infragistics/ignite grid?