Hi, i have a datagridview where i create new rows and give the name of the header myself

eg:
table 1
table 2
table 3


As you know the datagridview has the column headers and the rows.. The attachment with this thread has a red circle where i would like To Fill it. how can i do so?

Recommended Answers

All 6 Replies

I think that column is not edit by user

thats bad :/

Nope!

DGV.TopLeftHeaderCell.Value = "MyTitle";
DGV.TopLeftHeaderCell.Style.BackColor = Color.AliceBlue; //etc

tnks :D

tnks :D

ara tajdli li andi l'ans ta!! :D.. jn hsibtek kont ed tajdli al ta fuq!! :D

Nope!

DGV.TopLeftHeaderCell.Value = "MyTitle";
DGV.TopLeftHeaderCell.Style.BackColor = Color.AliceBlue; //etc

thank you very much!! :)

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.