Hello,
we found that ListGrid with datasource which have primaryKey still CAN show duplicate rows. It's clear in documentation that primaryKey is used only for update and delete NOT for fetch operation. However when we fetch page1 with rows 1:40 and user stay with this result 2 minutes. In meantime on server new records are inserted and when ListGrid fetch next page 40:80, first rows of second page are same as last records of previous page (overlap). That's not what we expect. Can we set some property which will restrict ListGrid from showing duplicate (primaryKey) records? Or we have to override DataArrived method?
Regards
Pavel
we found that ListGrid with datasource which have primaryKey still CAN show duplicate rows. It's clear in documentation that primaryKey is used only for update and delete NOT for fetch operation. However when we fetch page1 with rows 1:40 and user stay with this result 2 minutes. In meantime on server new records are inserted and when ListGrid fetch next page 40:80, first rows of second page are same as last records of previous page (overlap). That's not what we expect. Can we set some property which will restrict ListGrid from showing duplicate (primaryKey) records? Or we have to override DataArrived method?
Regards
Pavel
Comment