Thanks for the reply. Acutally what I have is a DataView tied to the dataset table. I use it for filtering. What I did was, place a sort on the dataview, after the dataset was filled. This cured my problem.
I am not sure, but I think it has something to do with binding order. It as if it inserts the row after binding, but then you have to reorder. I am not sure.
|