I don't have any suggestions, but we have this problem too. In fact if you have a list of items sorted according to a specific column, and change a property of an item in the collection unrelated to the sorting; it often reorders items in the collection if their sorting properties are equal.
To the user this behaviour seems very erratic. Afaik. this behaviour is somewhere in ArrayCollection (or its supertypes) and not in the AdvancedDataGrid. --- In [email protected], "mishrabagish" <[EMAIL PROTECTED]> wrote: > > I have a ADC in my application . I click on column header to sort some > column and the edit some cell in the same column. The moment i leave > the row the ADC is sorts the data again to fit the new value at some > sorted position. > > I want to stop this behavior as it happens in excel. I.e in excel if > you sort a column and edit some cell in same column , excel don't > re-sort the data. > > Any suggestions? >

