Hi I have sorted my datagrid via using DataTable.DefaultView.Sort=" column_name sort order "; then I am using a for loop to iterate the table rows collection and change the value actually its a serial no column, what happens is the sort is completing after new values are assigned to the columns...