Returning a Value from a Data View

Well…bizarre…

That should have worked then…

Ok maybe overkill… but try the following after your sort…

foreach(DataRow row in edvUD11.dataView.Table.Rows)
{
	MessageBox.Show(  row["ShortChar01"].ToString());
	
}

just to verify