Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
965
Adding a new row when sorting is enabled
posted

Hi guys,

 I have a xamGrid in which sorting is enabled.

I insert a new row at index 0 as follows:

myXamGrid.Rows.Insert(0, SomeRow);

Is there any possibility to keep the row at index 0 at the moment it is inserted, without being automatically placed in the position given by sorting?

So, the problem is: I insert the row at position 0 as shown above, but it will placed automatically in another position, given by sorting. I want to keep the row at position 0.

Alin