Yesterday a colleague asked me how to display data in a grid where the built in data binding doesn't support what he wants to do for some of the columns.
Pleased to be able to help I explained all about the OnRowDataBound event and how you can hook into it and dynamically manipulate the cells in the row object to do pretty much what you want. Great. If you're working with asp.net.
Only problem it he's writing a winforms app and the DataGridView doesn't support OnRowDataBound! I couldn't believe it, but it's just not there.
So how the hell do the winforms guys manage this?