which i created through gridview its showing first but i want that column in the last field..
please below snap which i selected that i created through gridview and other its coming from database. i want that select column in the last where A and B and A B column first...
so please advice me about how can i do this.. thanks..

ali tuncerPosted Mar 14, 2016, 6:02 AM
Have you tried DisplayIndex property?
dataGridView1.Columns["COLUMNAME"].DisplayIndex = 0; //sets it as first column