Hello. We have got a weird issue. We have a data provider which returns IQueryable like
Source = new QueryableCollectionView(_dbContext.Orders.AsNoTracking());
Then it's bound to the rad grid view.
The problem appears when edit mode is activated, after lost focus new row to the gridview is added. If I don't use AsNoTracking it works fine.