I am attempting to replicate the grid you see below taken from a popular accounting software program. I'm not after the title bar or any of the other controls, just a data grid view that behaves like the one shown, kinda like a check register. Does anyone know if this is possible with the DataGridView control or if a custom control needs to be built for this:

0f9e1ee61beee6d2c49c61e9e4091b2a

I have looked online for this, and maybe I'm searching for the wrong thing because everything talks about wraping text in a cell, I don't care about that, I'm after wraping cells in a row.

Forgive the black marks, they are there to protect the innocent and to hide irrelevant stuffs.

I appreciate any feedback.

Recommended Answers

All 3 Replies

i think in a desktop application it is not possible , because you cannot have anything life css of any object . but yes for web applications.

I guess you mean merging instead of wrapping?
DaniWeb has a solution :Click Here

commented: Exactly what I was looking for! +5

Thank you! That's exactly what I was looking for!

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.