You might be wondering what I?m doing with winforms, recently in one of my internal project I had to use winforms for some tooling. I used the data grid that came out of the box which contained a button column. In data grid, its not actually a button, its just painted to look like a button. So, if you want to do some normal button activities like setting the visibility, enabling/disabling etc its not trivial task (I couldn?t find anything simple). I just managed to crack this code, which basica...
[More]