Grid: Duplicate rows on 1 record

I have the following problem: When i link my dataset to tmfxmGrid.
And the dataset only contains 1 row. The rowis displayed double in tmsgrid (2rows) and only 1 time in stringgrid.

This happens only if i move the cursor of the dataset.

for example:

clientdataset.close;
cliantdataset.open; // shows 1 row

clientdataset.close;
clietndataset.open;//shows 1 row
clientdataset.first;//shows the same row twice.

clientdataset.close;
clietndataset.open;//shows 1 row
clietndataset.DisableControls;
clietndataset.EnableControls; //shows 2 rows


Hi, 


We are aware of issues in XE4 with livebindings.
We will investigate this here as soon as possible.

Kind Regards, 
Pieter

I have downloaded the version from yesterday.

 v2.1.0.3
    Improved : Added Fixed Disjunct Row and Column Selection in TTMSFMXGrid
    Fixed : Issue with LiveBindings editing and row selection in TTMSFMXGrid

But I still have the problem from above. Is this supposed to be fixed with the current version or is this still being worked on? And are there still ivebinding bugs? i'm a little confused with the description.

The grid is a beatifull component and thats why i use it allot,so bugs like this can be quit a noisance. So sorry if i am being impatient. The updates are really appreciated:)

Hi, 


There were multiple problems, we are currently uploading a new version 2.1.0.4 which will have more LiveBindings issues fixed.

Kind Regards, 
Pieter

The issue you are describing should be fixed in version 2.1.0.4


Kind Regards, 
Pieter